Html Css Color HEX #C88202 Dark Goldenrod

📋 copy color: '#C88202'

red 200 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #C88202

Tints of Dark Goldenrod #C88202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 60.24%
G = 39.16%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C88202 (or 0xC88202) is known color: Dark Goldenrod. HEX triplet: C8, 82 and 02. RGB value is (200,130,2). Sum of RGB (Red+Green+Blue) = 200+130+2=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C88202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88202 is #377DFD. Grayscale: #888888. Windows color (decimal): -3636734 or 164552. OLE color: 164552.

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

Color convert

RGB 200 130 2 -
CMYK 0 0.35 0.99 0.22
HSL 38.79º 0.98% 0.4% -
HSV(B) 38.79º 0.99% 0.78% -
XYZ 31.81 28.25 3.83 -
YUV 136.34 52.19 173.41 -
System Red Green Blue C M Y K H S L
Decimal 200 130 2 0 0.35 0.99 0.22 38.79 0.98 0.4
Hex C8 82 2 0 23 63 16 27 62 28
Octal 310 202 2 0 43 143 26 47 142 50
Binary 11001000 10000010 10 0 100011 1100011 10110 100111 1100010 101000

Color Harmonies of #C88202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88202

Black with #C88202

Text Example


Text Example

White with #C88202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88202; }

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

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

background-color css

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

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

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

border-color css

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

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

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