Html Css Color HEX #C9900F Dark Goldenrod

📋 copy color: '#C9900F'

red 201 ◦ green 144 ◦ blue 15

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

Shades of Dark Goldenrod #C9900F

Tints of Dark Goldenrod #C9900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 55.83%
G = 40%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9900F (or 0xC9900F) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 0F. RGB value is (201,144,15). Sum of RGB (Red+Green+Blue) = 201+144+15=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9900F is #366FF0. Grayscale: #929292. Windows color (decimal): -3567601 or 1020105. OLE color: 1020105.

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

Color convert

RGB 201 144 15 -
CMYK 0 0.28 0.93 0.21
HSL 41.61º 0.86% 0.42% -
HSV(B) 41.61º 0.93% 0.79% -
XYZ 34.15 32.4 4.91 -
YUV 146.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 201 144 15 0 0.28 0.93 0.21 41.61 0.86 0.42
Hex C9 90 F 0 1C 5D 15 2A 56 2A
Octal 311 220 17 0 34 135 25 52 126 52
Binary 11001001 10010000 1111 0 11100 1011101 10101 101010 1010110 101010

Color Harmonies of #C9900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9900F

Black with #C9900F

Text Example


Text Example

White with #C9900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9900F; }

 p { color: rgb(201,144,15); }

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

background-color css

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

 a { background-color: rgb(201,144,15); }

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

border-color css

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

 span { border-color: rgb(201,144,15); }

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