Html Css Color HEX #C88102 Dark Goldenrod

📋 copy color: '#C88102'

red 200 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #C88102

Tints of Dark Goldenrod #C88102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

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

R = 60.42%
G = 38.97%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C88102 (or 0xC88102) is known color: Dark Goldenrod. HEX triplet: C8, 81 and 02. RGB value is (200,129,2). Sum of RGB (Red+Green+Blue) = 200+129+2=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C88102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88102 is #377EFD. Grayscale: #888888. Windows color (decimal): -3636990 or 164296. OLE color: 164296.

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

Color convert

RGB 200 129 2 -
CMYK 0 0.36 0.99 0.22
HSL 38.48º 0.98% 0.4% -
HSV(B) 38.48º 0.99% 0.78% -
XYZ 31.68 27.98 3.79 -
YUV 135.75 52.52 173.83 -
System Red Green Blue C M Y K H S L
Decimal 200 129 2 0 0.36 0.99 0.22 38.48 0.98 0.4
Hex C8 81 2 0 24 63 16 26 62 28
Octal 310 201 2 0 44 143 26 46 142 50
Binary 11001000 10000001 10 0 100100 1100011 10110 100110 1100010 101000

Color Harmonies of #C88102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88102

Black with #C88102

Text Example


Text Example

White with #C88102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88102; }

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

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

background-color css

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

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

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

border-color css

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

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

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