Html Css Color HEX #C8770A Dark Goldenrod

📋 copy color: '#C8770A'

red 200 ◦ green 119 ◦ blue 10

#C8770A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C8770A

Tints of Dark Goldenrod #C8770A

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.3% from 255) = 3.04%

R = 60.79%
G = 36.17%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8770A (or 0xC8770A) is known color: 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

RGB 200 119 10 -
CMYK 0 0.40 0.95 0.22
HSL 34.42º 0.9% 0.41% -
HSV(B) 34.42º 0.95% 0.78% -
XYZ 30.47 25.49 3.6 -
YUV 130.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 200 119 10 0 0.40 0.95 0.22 34.42 0.9 0.41
Hex C8 77 A 0 28 5F 16 22 5A 29
Octal 310 167 12 0 50 137 26 42 132 51
Binary 11001000 1110111 1010 0 101000 1011111 10110 100010 1011010 101001

Color Harmonies of #C8770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8770A

Black with #C8770A

Text Example


Text Example

White with #C8770A

Text Example


Text Example

HTML Codes & Css Web 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>