Html Css Color HEX #C87A04 Dark Goldenrod

📋 copy color: '#C87A04'

red 200 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #C87A04

Tints of Dark Goldenrod #C87A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 61.35%
G = 37.42%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C87A04 (or 0xC87A04) is known color: Dark Goldenrod. HEX triplet: C8, 7A and 04. RGB value is (200,122,4). Sum of RGB (Red+Green+Blue) = 200+122+4=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A04 is #3785FB. Grayscale: #848484. Windows color (decimal): -3638780 or 293576. OLE color: 293576.

HSL color Cylindrical-coordinate representation of color #C87A04: hue angle of 36.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C87A04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 122 4 -
CMYK 0 0.39 0.98 0.22
HSL 36.12º 0.96% 0.4% -
HSV(B) 36.12º 0.98% 0.78% -
XYZ 30.8 26.21 3.55 -
YUV 131.87 55.84 176.59 -
System Red Green Blue C M Y K H S L
Decimal 200 122 4 0 0.39 0.98 0.22 36.12 0.96 0.4
Hex C8 7A 4 0 27 62 16 24 60 28
Octal 310 172 4 0 47 142 26 44 140 50
Binary 11001000 1111010 100 0 100111 1100010 10110 100100 1100000 101000

Color Harmonies of #C87A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87A04

Black with #C87A04

Text Example


Text Example

White with #C87A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87A04; }

 p { color: rgb(200,122,4); }

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

background-color css

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

 a { background-color: rgb(200,122,4); }

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

border-color css

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

 span { border-color: rgb(200,122,4); }

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