#C8770A

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

Shades of Dark Goldenrod #C8770A

Tints of Dark Goldenrod #C8770A

Color information

#C8770A (or 0xC8770A) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 77 and 0A. RGB value is (200,119,10). Sum of RGB (Red+Green+Blue) = 200+119+10=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8770A is #3788F5. Grayscale: #838383. Windows color (decimal): -3639542 or 686024. OLE color: 686024.

HSL color Cylindrical-coordinate representation of color #C8770A: hue angle of 34.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8770A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB20011910-
CMYK00.400.950.22
HSL34.42º90.48%41.18%-
HSV(B)34.42º95%78.43%-
XYZ30.4725.493.6-
YUV130.7959.84177.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=60.79%
G=36.17%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001191000.400.950.2234.4290.4841.18
HexC877A0285F16225a29
Octal31016712050137264213251
Binary110010001110111101001010001011111101101000101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8770A; }

 p { color: rgb(200,119,10); }

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

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

 a { background-color: rgb(200,119,10); }

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

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

 span { border-color: rgb(200,119,10); }

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