Html Css Color HEX #C9920D Dark Goldenrod

📋 copy color: '#C9920D'

red 201 ◦ green 146 ◦ blue 13

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

Shades of Dark Goldenrod #C9920D

Tints of Dark Goldenrod #C9920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 55.83%
G = 40.56%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9920D (or 0xC9920D) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 0D. RGB value is (201,146,13). Sum of RGB (Red+Green+Blue) = 201+146+13=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9920D is #366DF2. Grayscale: #939393. Windows color (decimal): -3567091 or 889545. OLE color: 889545.

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

Color convert

RGB 201 146 13 -
CMYK 0 0.27 0.94 0.21
HSL 42.45º 0.88% 0.42% -
HSV(B) 42.45º 0.94% 0.79% -
XYZ 34.44 33 4.94 -
YUV 147.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 201 146 13 0 0.27 0.94 0.21 42.45 0.88 0.42
Hex C9 92 D 0 1B 5E 15 2A 58 2A
Octal 311 222 15 0 33 136 25 52 130 52
Binary 11001001 10010010 1101 0 11011 1011110 10101 101010 1011000 101010

Color Harmonies of #C9920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9920D

Black with #C9920D

Text Example


Text Example

White with #C9920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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