#C07D03

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

Shades of Dark Goldenrod #C07D03

Tints of Dark Goldenrod #C07D03

Color information

#C07D03 (or 0xC07D03) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 7D and 03. RGB value is (192,125,3). Sum of RGB (Red+Green+Blue) = 192+125+3=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07D03 is #3F82FC. Grayscale: #838383. Windows color (decimal): -4162301 or 228800. OLE color: 228800.

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

Color convert

RGB1921253-
CMYK00.350.980.25
HSL38.73º96.92%38.24%-
HSV(B)38.73º98.44%75.29%-
XYZ29.0925.883.55-
YUV131.1355.7171.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=60%
G=39.06%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192125300.350.980.2538.7396.9238.24
HexC07D30236219276126
Octal3001753043142314714146
Binary1100000011111011101000111100010110011001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D03; }

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

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

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

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

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

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

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

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