Html Css Color HEX #C88502 Dark Goldenrod

📋 copy color: '#C88502'

red 200 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C88502

Tints of Dark Goldenrod #C88502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 59.7%
G = 39.7%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C88502 (or 0xC88502) is known color: Dark Goldenrod. HEX triplet: C8, 85 and 02. RGB value is (200,133,2). Sum of RGB (Red+Green+Blue) = 200+133+2=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C88502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88502 is #377AFD. Grayscale: #8A8A8A. Windows color (decimal): -3635966 or 165320. OLE color: 165320.

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

Color convert

RGB 200 133 2 -
CMYK 0 0.34 0.99 0.22
HSL 39.7º 0.98% 0.4% -
HSV(B) 39.7º 0.99% 0.78% -
XYZ 32.22 29.06 3.97 -
YUV 138.1 51.2 172.15 -
System Red Green Blue C M Y K H S L
Decimal 200 133 2 0 0.34 0.99 0.22 39.7 0.98 0.4
Hex C8 85 2 0 22 63 16 28 62 28
Octal 310 205 2 0 42 143 26 50 142 50
Binary 11001000 10000101 10 0 100010 1100011 10110 101000 1100010 101000

Color Harmonies of #C88502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88502

Black with #C88502

Text Example


Text Example

White with #C88502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88502; }

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

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

background-color css

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

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

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

border-color css

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

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

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