Html Css Color HEX #C89502 Dark Goldenrod

📋 copy color: '#C89502'

red 200 ◦ green 149 ◦ blue 2

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

Shades of Dark Goldenrod #C89502

Tints of Dark Goldenrod #C89502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 56.98%
G = 42.45%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C89502 (or 0xC89502) is known color: Dark Goldenrod. HEX triplet: C8, 95 and 02. RGB value is (200,149,2). Sum of RGB (Red+Green+Blue) = 200+149+2=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C89502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89502 is #376AFD. Grayscale: #949494. Windows color (decimal): -3631870 or 169416. OLE color: 169416.

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

Color convert

RGB 200 149 2 -
CMYK 0 0.26 0.99 0.22
HSL 44.55º 0.98% 0.4% -
HSV(B) 44.55º 0.99% 0.78% -
XYZ 34.58 33.78 4.75 -
YUV 147.49 45.9 165.45 -
System Red Green Blue C M Y K H S L
Decimal 200 149 2 0 0.26 0.99 0.22 44.55 0.98 0.4
Hex C8 95 2 0 1A 63 16 2D 62 28
Octal 310 225 2 0 32 143 26 55 142 50
Binary 11001000 10010101 10 0 11010 1100011 10110 101101 1100010 101000

Color Harmonies of #C89502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89502

Black with #C89502

Text Example


Text Example

White with #C89502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89502; }

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

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

background-color css

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

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

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

border-color css

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

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

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