#C47E07

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

Shades of Dark Goldenrod #C47E07

Tints of Dark Goldenrod #C47E07

Color information

#C47E07 (or 0xC47E07) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 7E and 07. RGB value is (196,126,7). Sum of RGB (Red+Green+Blue) = 196+126+7=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E07 is #3B81F8. Grayscale: #858585. Windows color (decimal): -3899897 or 491204. OLE color: 491204.

HSL color Cylindrical-coordinate representation of color #C47E07: hue angle of 37.78º 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 #C47E07 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1961267-
CMYK00.360.960.23
HSL37.78º93.1%39.8%-
HSV(B)37.78º96.43%76.86%-
XYZ30.2626.673.75-
YUV133.3656.69172.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=59.57%
G=38.30%
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
Decimal196126700.360.960.2337.7893.139.8
HexC47E70246017265d28
Octal3041767044140274613550
Binary11000100111111011101001001100000101111001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E07; }

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

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

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

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

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

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

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

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