Html Css Color HEX #C87C05 Dark Goldenrod

📋 copy color: '#C87C05'

red 200 ◦ green 124 ◦ blue 5

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

Shades of Dark Goldenrod #C87C05

Tints of Dark Goldenrod #C87C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 60.79%
G = 37.69%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C87C05 (or 0xC87C05) is known color: Dark Goldenrod. HEX triplet: C8, 7C and 05. RGB value is (200,124,5). Sum of RGB (Red+Green+Blue) = 200+124+5=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C05 is #3783FA. Grayscale: #858585. Windows color (decimal): -3638267 or 359624. OLE color: 359624.

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

Color convert

RGB 200 124 5 -
CMYK 0 0.38 0.98 0.22
HSL 36.62º 0.95% 0.4% -
HSV(B) 36.62º 0.98% 0.78% -
XYZ 31.05 26.71 3.66 -
YUV 133.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 200 124 5 0 0.38 0.98 0.22 36.62 0.95 0.4
Hex C8 7C 5 0 26 62 16 25 5F 28
Octal 310 174 5 0 46 142 26 45 137 50
Binary 11001000 1111100 101 0 100110 1100010 10110 100101 1011111 101000

Color Harmonies of #C87C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C05

Black with #C87C05

Text Example


Text Example

White with #C87C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C05; }

 p { color: rgb(200,124,5); }

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

background-color css

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

 a { background-color: rgb(200,124,5); }

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

border-color css

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

 span { border-color: rgb(200,124,5); }

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