Html Css Color HEX #C99608 Dark Goldenrod

📋 copy color: '#C99608'

red 201 ◦ green 150 ◦ blue 8

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

Shades of Dark Goldenrod #C99608

Tints of Dark Goldenrod #C99608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

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

R = 55.99%
G = 41.78%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C99608 (or 0xC99608) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 08. RGB value is (201,150,8). Sum of RGB (Red+Green+Blue) = 201+150+8=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C99608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99608 is #3669F7. Grayscale: #959595. Windows color (decimal): -3566072 or 562889. OLE color: 562889.

HSL color Cylindrical-coordinate representation of color #C99608: hue angle of 44.15º 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 #C99608 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 8 -
CMYK 0 0.25 0.96 0.21
HSL 44.15º 0.92% 0.41% -
HSV(B) 44.15º 0.96% 0.79% -
XYZ 35.04 34.25 4.99 -
YUV 149.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 201 150 8 0 0.25 0.96 0.21 44.15 0.92 0.41
Hex C9 96 8 0 19 60 15 2C 5C 29
Octal 311 226 10 0 31 140 25 54 134 51
Binary 11001001 10010110 1000 0 11001 1100000 10101 101100 1011100 101001

Color Harmonies of #C99608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99608

Black with #C99608

Text Example


Text Example

White with #C99608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99608; }

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

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

background-color css

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

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

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

border-color css

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

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

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