Html Css Color HEX #C99406 Dark Goldenrod

📋 copy color: '#C99406'

red 201 ◦ green 148 ◦ blue 6

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

Shades of Dark Goldenrod #C99406

Tints of Dark Goldenrod #C99406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 56.62%
G = 41.69%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C99406 (or 0xC99406) is known color: Dark Goldenrod. HEX triplet: C9, 94 and 06. RGB value is (201,148,6). Sum of RGB (Red+Green+Blue) = 201+148+6=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C99406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99406 is #366BF9. Grayscale: #949494. Windows color (decimal): -3566586 or 431305. OLE color: 431305.

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

Color convert

RGB 201 148 6 -
CMYK 0 0.26 0.97 0.21
HSL 43.69º 0.94% 0.41% -
HSV(B) 43.69º 0.97% 0.79% -
XYZ 34.71 33.61 4.83 -
YUV 147.66 48.06 166.05 -
System Red Green Blue C M Y K H S L
Decimal 201 148 6 0 0.26 0.97 0.21 43.69 0.94 0.41
Hex C9 94 6 0 1A 61 15 2C 5E 29
Octal 311 224 6 0 32 141 25 54 136 51
Binary 11001001 10010100 110 0 11010 1100001 10101 101100 1011110 101001

Color Harmonies of #C99406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99406

Black with #C99406

Text Example


Text Example

White with #C99406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99406; }

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

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

background-color css

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

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

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

border-color css

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

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

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