Html Css Color HEX #C99408 Dark Goldenrod

📋 copy color: '#C99408'

red 201 ◦ green 148 ◦ blue 8

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

Shades of Dark Goldenrod #C99408

Tints of Dark Goldenrod #C99408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 56.3%
G = 41.46%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C99408 (or 0xC99408) is known color: Dark Goldenrod. HEX triplet: C9, 94 and 08. RGB value is (201,148,8). Sum of RGB (Red+Green+Blue) = 201+148+8=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C99408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99408 is #366BF7. Grayscale: #949494. Windows color (decimal): -3566584 or 562377. OLE color: 562377.

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

Color convert

RGB 201 148 8 -
CMYK 0 0.26 0.96 0.21
HSL 43.52º 0.92% 0.41% -
HSV(B) 43.52º 0.96% 0.79% -
XYZ 34.72 33.61 4.89 -
YUV 147.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 201 148 8 0 0.26 0.96 0.21 43.52 0.92 0.41
Hex C9 94 8 0 1A 60 15 2C 5C 29
Octal 311 224 10 0 32 140 25 54 134 51
Binary 11001001 10010100 1000 0 11010 1100000 10101 101100 1011100 101001

Color Harmonies of #C99408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99408

Black with #C99408

Text Example


Text Example

White with #C99408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99408; }

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

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

background-color css

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

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

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

border-color css

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

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

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