Html Css Color HEX #C87C02 Dark Goldenrod

📋 copy color: '#C87C02'

red 200 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #C87C02

Tints of Dark Goldenrod #C87C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 61.35%
G = 38.04%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C87C02 (or 0xC87C02) is known color: Dark Goldenrod. HEX triplet: C8, 7C and 02. RGB value is (200,124,2). Sum of RGB (Red+Green+Blue) = 200+124+2=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87C02 is #3783FD. Grayscale: #858585. Windows color (decimal): -3638270 or 163016. OLE color: 163016.

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

Color convert

RGB 200 124 2 -
CMYK 0 0.38 0.99 0.22
HSL 36.97º 0.98% 0.4% -
HSV(B) 36.97º 0.99% 0.78% -
XYZ 31.04 26.7 3.57 -
YUV 132.82 54.18 175.92 -
System Red Green Blue C M Y K H S L
Decimal 200 124 2 0 0.38 0.99 0.22 36.97 0.98 0.4
Hex C8 7C 2 0 26 63 16 25 62 28
Octal 310 174 2 0 46 143 26 45 142 50
Binary 11001000 1111100 10 0 100110 1100011 10110 100101 1100010 101000

Color Harmonies of #C87C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C02

Black with #C87C02

Text Example


Text Example

White with #C87C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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