#C47D07

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

Shades of Dark Goldenrod #C47D07

Tints of Dark Goldenrod #C47D07

Color information

#C47D07 (or 0xC47D07) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 7D and 07. RGB value is (196,125,7). Sum of RGB (Red+Green+Blue) = 196+125+7=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D07 is #3B82F8. Grayscale: #858585. Windows color (decimal): -3900153 or 490948. OLE color: 490948.

HSL color Cylindrical-coordinate representation of color #C47D07: hue angle of 37.46º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C47D07 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1961257-
CMYK00.360.960.23
HSL37.46º93.1%39.8%-
HSV(B)37.46º96.43%76.86%-
XYZ30.1426.423.71-
YUV132.7857.02173.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=59.76%
G=38.11%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196125700.360.960.2337.4693.139.8
HexC47D70246017255d28
Octal3041757044140274513550
Binary11000100111110111101001001100000101111001011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D07; }

 p { color: rgb(196,125,7); }

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

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

 a { background-color: rgb(196,125,7); }

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

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

 span { border-color: rgb(196,125,7); }

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