#C47F0A

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

Shades of Dark Goldenrod #C47F0A

Tints of Dark Goldenrod #C47F0A

Color information

#C47F0A (or 0xC47F0A) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 7F and 0A. RGB value is (196,127,10). Sum of RGB (Red+Green+Blue) = 196+127+10=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F0A is #3B80F5. Grayscale: #868686. Windows color (decimal): -3899638 or 688068. OLE color: 688068.

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

Color convert

RGB19612710-
CMYK00.350.950.23
HSL37.74º90.29%40.39%-
HSV(B)37.74º94.9%76.86%-
XYZ30.4126.943.88-
YUV134.2957.86172.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.86%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=58.86%
G=38.14%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961271000.350.950.2337.7490.2940.39
HexC47FA0235F17265a28
Octal30417712043137274613250
Binary110001001111111101001000111011111101111001101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F0A; }

 p { color: rgb(196,127,10); }

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

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

 a { background-color: rgb(196,127,10); }

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

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

 span { border-color: rgb(196,127,10); }

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