Html Css Color HEX #C88902 Dark Goldenrod

📋 copy color: '#C88902'

red 200 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #C88902

Tints of Dark Goldenrod #C88902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.41%

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

R = 59%
G = 40.41%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C88902 (or 0xC88902) is known color: Dark Goldenrod. HEX triplet: C8, 89 and 02. RGB value is (200,137,2). Sum of RGB (Red+Green+Blue) = 200+137+2=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C88902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88902 is #3776FD. Grayscale: #8D8D8D. Windows color (decimal): -3634942 or 166344. OLE color: 166344.

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

Color convert

RGB 200 137 2 -
CMYK 0 0.32 0.99 0.22
HSL 40.91º 0.98% 0.4% -
HSV(B) 40.91º 0.99% 0.78% -
XYZ 32.78 30.18 4.15 -
YUV 140.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 200 137 2 0 0.32 0.99 0.22 40.91 0.98 0.4
Hex C8 89 2 0 20 63 16 29 62 28
Octal 310 211 2 0 40 143 26 51 142 50
Binary 11001000 10001001 10 0 100000 1100011 10110 101001 1100010 101000

Color Harmonies of #C88902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88902

Black with #C88902

Text Example


Text Example

White with #C88902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88902; }

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

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

background-color css

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

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

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

border-color css

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

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

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