Html Css Color HEX #C89102 Dark Goldenrod

📋 copy color: '#C89102'

red 200 ◦ green 145 ◦ blue 2

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

Shades of Dark Goldenrod #C89102

Tints of Dark Goldenrod #C89102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

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

R = 57.64%
G = 41.79%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C89102 (or 0xC89102) is known color: Dark Goldenrod. HEX triplet: C8, 91 and 02. RGB value is (200,145,2). Sum of RGB (Red+Green+Blue) = 200+145+2=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C89102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89102 is #376EFD. Grayscale: #919191. Windows color (decimal): -3632894 or 168392. OLE color: 168392.

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

Color convert

RGB 200 145 2 -
CMYK 0 0.28 0.99 0.22
HSL 43.33º 0.98% 0.4% -
HSV(B) 43.33º 0.99% 0.78% -
XYZ 33.96 32.53 4.55 -
YUV 145.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 200 145 2 0 0.28 0.99 0.22 43.33 0.98 0.4
Hex C8 91 2 0 1C 63 16 2B 62 28
Octal 310 221 2 0 34 143 26 53 142 50
Binary 11001000 10010001 10 0 11100 1100011 10110 101011 1100010 101000

Color Harmonies of #C89102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89102

Black with #C89102

Text Example


Text Example

White with #C89102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89102; }

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

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

background-color css

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

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

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

border-color css

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

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

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