Html Css Color HEX #C9900D Dark Goldenrod

📋 copy color: '#C9900D'

red 201 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #C9900D

Tints of Dark Goldenrod #C9900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 56.15%
G = 40.22%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9900D (or 0xC9900D) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 0D. RGB value is (201,144,13). Sum of RGB (Red+Green+Blue) = 201+144+13=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C9900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9900D is #366FF2. Grayscale: #929292. Windows color (decimal): -3567603 or 889033. OLE color: 889033.

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

Color convert

RGB 201 144 13 -
CMYK 0 0.28 0.94 0.21
HSL 41.81º 0.88% 0.42% -
HSV(B) 41.81º 0.94% 0.79% -
XYZ 34.13 32.39 4.83 -
YUV 146.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 201 144 13 0 0.28 0.94 0.21 41.81 0.88 0.42
Hex C9 90 D 0 1C 5E 15 2A 58 2A
Octal 311 220 15 0 34 136 25 52 130 52
Binary 11001001 10010000 1101 0 11100 1011110 10101 101010 1011000 101010

Color Harmonies of #C9900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9900D

Black with #C9900D

Text Example


Text Example

White with #C9900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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