Html Css Color HEX #C99108 Dark Goldenrod

📋 copy color: '#C99108'

red 201 ◦ green 145 ◦ blue 8

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

Shades of Dark Goldenrod #C99108

Tints of Dark Goldenrod #C99108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 56.78%
G = 40.96%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C99108 (or 0xC99108) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 08. RGB value is (201,145,8). Sum of RGB (Red+Green+Blue) = 201+145+8=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C99108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99108 is #366EF7. Grayscale: #929292. Windows color (decimal): -3567352 or 561609. OLE color: 561609.

HSL color Cylindrical-coordinate representation of color #C99108: hue angle of 42.59º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C99108 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 8 -
CMYK 0 0.28 0.96 0.21
HSL 42.59º 0.92% 0.41% -
HSV(B) 42.59º 0.96% 0.79% -
XYZ 34.26 32.69 4.73 -
YUV 146.13 50.05 167.14 -
System Red Green Blue C M Y K H S L
Decimal 201 145 8 0 0.28 0.96 0.21 42.59 0.92 0.41
Hex C9 91 8 0 1C 60 15 2B 5C 29
Octal 311 221 10 0 34 140 25 53 134 51
Binary 11001001 10010001 1000 0 11100 1100000 10101 101011 1011100 101001

Color Harmonies of #C99108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99108

Black with #C99108

Text Example


Text Example

White with #C99108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99108; }

 p { color: rgb(201,145,8); }

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

background-color css

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

 a { background-color: rgb(201,145,8); }

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

border-color css

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

 span { border-color: rgb(201,145,8); }

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