Html Css Color HEX #C9910B Dark Goldenrod

📋 copy color: '#C9910B'

red 201 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #C9910B

Tints of Dark Goldenrod #C9910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 56.3%
G = 40.62%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9910B (or 0xC9910B) is known color: Dark Goldenrod. HEX triplet: C9, 91 and 0B. RGB value is (201,145,11). Sum of RGB (Red+Green+Blue) = 201+145+11=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9910B is #366EF4. Grayscale: #939393. Windows color (decimal): -3567349 or 758217. OLE color: 758217.

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

Color convert

RGB 201 145 11 -
CMYK 0 0.28 0.95 0.21
HSL 42.32º 0.9% 0.42% -
HSV(B) 42.32º 0.95% 0.79% -
XYZ 34.27 32.69 4.82 -
YUV 146.47 51.55 166.9 -
System Red Green Blue C M Y K H S L
Decimal 201 145 11 0 0.28 0.95 0.21 42.32 0.9 0.42
Hex C9 91 B 0 1C 5F 15 2A 5A 2A
Octal 311 221 13 0 34 137 25 52 132 52
Binary 11001001 10010001 1011 0 11100 1011111 10101 101010 1011010 101010

Color Harmonies of #C9910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9910B

Black with #C9910B

Text Example


Text Example

White with #C9910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9910B; }

 p { color: rgb(201,145,11); }

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

background-color css

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

 a { background-color: rgb(201,145,11); }

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

border-color css

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

 span { border-color: rgb(201,145,11); }

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