Html Css Color HEX #C98916 Dark Goldenrod

📋 copy color: '#C98916'

red 201 ◦ green 137 ◦ blue 22

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

Shades of Dark Goldenrod #C98916

Tints of Dark Goldenrod #C98916

RGB

 RED value IS 201 (78.91% from 255) = 55.83%

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

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 55.83%
G = 38.06%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C98916 (or 0xC98916) is known color: Dark Goldenrod. HEX triplet: C9, 89 and 16. RGB value is (201,137,22). Sum of RGB (Red+Green+Blue) = 201+137+22=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C98916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98916 is #3676E9. Grayscale: #8F8F8F. Windows color (decimal): -3569386 or 1477065. OLE color: 1477065.

HSL color Cylindrical-coordinate representation of color #C98916: hue angle of 38.55º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C98916 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 137 22 -
CMYK 0 0.32 0.89 0.21
HSL 38.55º 0.8% 0.44% -
HSV(B) 38.55º 0.89% 0.79% -
XYZ 33.18 30.37 4.87 -
YUV 143.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 201 137 22 0 0.32 0.89 0.21 38.55 0.8 0.44
Hex C9 89 16 0 20 59 15 27 50 2C
Octal 311 211 26 0 40 131 25 47 120 54
Binary 11001001 10001001 10110 0 100000 1011001 10101 100111 1010000 101100

Color Harmonies of #C98916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98916

Black with #C98916

Text Example


Text Example

White with #C98916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98916; }

 p { color: rgb(201,137,22); }

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

background-color css

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

 a { background-color: rgb(201,137,22); }

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

border-color css

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

 span { border-color: rgb(201,137,22); }

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