#C07D17

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

Shades of Dark Goldenrod #C07D17

Tints of Dark Goldenrod #C07D17

Color information

#C07D17 (or 0xC07D17) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 7D and 17. RGB value is (192,125,23). Sum of RGB (Red+Green+Blue) = 192+125+23=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D17 is #3F82E8. Grayscale: #858585. Windows color (decimal): -4162281 or 1539520. OLE color: 1539520.

HSL color Cylindrical-coordinate representation of color #C07D17: hue angle of 36.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C07D17 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19212523-
CMYK00.350.880.25
HSL36.21º78.6%42.16%-
HSV(B)36.21º88.02%75.29%-
XYZ29.2325.944.28-
YUV133.4165.7169.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 125 (49.22% from 255) = 36.76%
BLUE value IS 23 (9.38% from 255) = 6.76%
R=56.47%
G=36.76%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921252300.350.880.2536.2178.642.16
HexC07D170235819244f2a
Octal30017527043130314411752
Binary1100000011111011011101000111011000110011001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D17; }

 p { color: rgb(192,125,23); }

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

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

 a { background-color: rgb(192,125,23); }

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

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

 span { border-color: rgb(192,125,23); }

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