#C4770C

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

Shades of Dark Goldenrod #C4770C

Tints of Dark Goldenrod #C4770C

Color information

#C4770C (or 0xC4770C) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 77 and 0C. RGB value is (196,119,12). Sum of RGB (Red+Green+Blue) = 196+119+12=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4770C is #3B88F3. Grayscale: #828282. Windows color (decimal): -3901684 or 817092. OLE color: 817092.

HSL color Cylindrical-coordinate representation of color #C4770C: hue angle of 34.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4770C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB19611912-
CMYK00.390.940.23
HSL34.89º88.46%40.78%-
HSV(B)34.89º93.88%76.86%-
XYZ29.4324.963.61-
YUV129.8261.51175.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.94%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 12 (5.08% from 255) = 3.67%
R=59.94%
G=36.39%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961191200.390.940.2334.8988.4640.78
HexC477C0275E17235829
Octal30416714047136274313051
Binary110001001110111110001001111011110101111000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4770C; }

 p { color: rgb(196,119,12); }

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

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

 a { background-color: rgb(196,119,12); }

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

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

 span { border-color: rgb(196,119,12); }

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