Html Css Color HEX #C8780A Dark Goldenrod

📋 copy color: '#C8780A'

red 200 ◦ green 120 ◦ blue 10

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

Shades of Dark Goldenrod #C8780A

Tints of Dark Goldenrod #C8780A

RGB

 RED value IS 200 (78.52% from 255) = 60.61%

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 60.61%
G = 36.36%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8780A (or 0xC8780A) is known color: Dark Goldenrod. HEX triplet: C8, 78 and 0A. RGB value is (200,120,10). Sum of RGB (Red+Green+Blue) = 200+120+10=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8780A is #3787F5. Grayscale: #838383. Windows color (decimal): -3639286 or 686280. OLE color: 686280.

HSL color Cylindrical-coordinate representation of color #C8780A: hue angle of 34.74º 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 #C8780A is Cyan = 0, Magento = 0.4, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 10 -
CMYK 0 0.4 0.95 0.22
HSL 34.74º 0.9% 0.41% -
HSV(B) 34.74º 0.95% 0.78% -
XYZ 30.59 25.73 3.64 -
YUV 131.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 200 120 10 0 0.4 0.95 0.22 34.74 0.9 0.41
Hex C8 78 A 0 28 5F 16 23 5A 29
Octal 310 170 12 0 50 137 26 43 132 51
Binary 11001000 1111000 1010 0 101000 1011111 10110 100011 1011010 101001

Color Harmonies of #C8780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8780A

Black with #C8780A

Text Example


Text Example

White with #C8780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8780A; }

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

 H1.HeaderClassName
 {
   color: #C8780A;
 }
 .AnyTagClassName
 {
   color: #C8780A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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