Html Css Color HEX #C9880B Dark Goldenrod

📋 copy color: '#C9880B'

red 201 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #C9880B

Tints of Dark Goldenrod #C9880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

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

R = 57.76%
G = 39.08%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9880B (or 0xC9880B) is known color: Dark Goldenrod. HEX triplet: C9, 88 and 0B. RGB value is (201,136,11). Sum of RGB (Red+Green+Blue) = 201+136+11=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9880B is #3677F4. Grayscale: #8D8D8D. Windows color (decimal): -3569653 or 755913. OLE color: 755913.

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

Color convert

RGB 201 136 11 -
CMYK 0 0.32 0.95 0.21
HSL 39.47º 0.9% 0.42% -
HSV(B) 39.47º 0.95% 0.79% -
XYZ 32.95 30.05 4.38 -
YUV 141.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 201 136 11 0 0.32 0.95 0.21 39.47 0.9 0.42
Hex C9 88 B 0 20 5F 15 27 5A 2A
Octal 311 210 13 0 40 137 25 47 132 52
Binary 11001001 10001000 1011 0 100000 1011111 10101 100111 1011010 101010

Color Harmonies of #C9880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9880B

Black with #C9880B

Text Example


Text Example

White with #C9880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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