#C17A00

Color #C17A00 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C17A00

Tints of Dark Goldenrod #C17A00

Color information

#C17A00 (or 0xC17A00) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 7A and 00. RGB value is (193,122,0). Sum of RGB (Red+Green+Blue) = 193+122+0=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17A00 is #3E85FF. Grayscale: #818181. Windows color (decimal): -4097536 or 31425. OLE color: 31425.

HSL color Cylindrical-coordinate representation of color #C17A00: hue angle of 37.93º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C17A00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1931220-
CMYK00.3710.24
HSL37.93º100%37.84%-
HSV(B)37.93º100%75.69%-
XYZ28.9525.263.35-
YUV129.3255.02173.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 61.27%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.27%
G=38.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193122000.3710.2437.9310037.84
HexC17A00256418266426
Octal3011720045144304614446
Binary110000011111010001001011100100110001001101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A00; }

 p { color: rgb(193,122,0); }

 H1.HeaderClassName
 {
   color: #C17A00;
 }
 .AnyTagClassName
 {
   color: #C17A00;
 }
</style>
background-color css

<style>
 a { background-color: #C17A00; }

 a { background-color: rgb(193,122,0); }

 div.DivClassName
 {
   background-color: #C17A00;
 }
 .BgClassName
 {
   background-color: #C17A00;
 }
</style>
border-color css

<style>
 span { border-color: #C17A00; }

 span { border-color: rgb(193,122,0); }

 td.TdClassName
 {
   border-color: #C17A00;
 }
 .TagClassName
 {
   border-color: #C17A00;
 }
</style>