Html Css Color HEX #C87302 Dark Goldenrod

📋 copy color: '#C87302'

red 200 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #C87302

Tints of Dark Goldenrod #C87302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

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

R = 63.09%
G = 36.28%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C87302 (or 0xC87302) is known color: Dark Goldenrod. HEX triplet: C8, 73 and 02. RGB value is (200,115,2). Sum of RGB (Red+Green+Blue) = 200+115+2=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C87302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87302 is #378CFD. Grayscale: #808080. Windows color (decimal): -3640574 or 160712. OLE color: 160712.

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

Color convert

RGB 200 115 2 -
CMYK 0 0.42 0.99 0.22
HSL 34.24º 0.98% 0.4% -
HSV(B) 34.24º 0.99% 0.78% -
XYZ 29.96 24.55 3.22 -
YUV 127.53 57.16 179.69 -
System Red Green Blue C M Y K H S L
Decimal 200 115 2 0 0.42 0.99 0.22 34.24 0.98 0.4
Hex C8 73 2 0 2A 63 16 22 62 28
Octal 310 163 2 0 52 143 26 42 142 50
Binary 11001000 1110011 10 0 101010 1100011 10110 100010 1100010 101000

Color Harmonies of #C87302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87302

Black with #C87302

Text Example


Text Example

White with #C87302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87302; }

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

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

background-color css

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

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

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

border-color css

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

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

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