Html Css Color HEX #C0880B Dark Goldenrod

📋 copy color: '#C0880B'

red 192 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #C0880B

Tints of Dark Goldenrod #C0880B

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

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

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

R = 56.64%
G = 40.12%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0880B (or 0xC0880B) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 0B. RGB value is (192,136,11). Sum of RGB (Red+Green+Blue) = 192+136+11=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0880B is #3F77F4. Grayscale: #8B8B8B. Windows color (decimal): -4159477 or 755904. OLE color: 755904.

HSL color Cylindrical-coordinate representation of color #C0880B: hue angle of 41.44º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0880B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 11 -
CMYK 0 0.29 0.94 0.25
HSL 41.44º 0.89% 0.4% -
HSV(B) 41.44º 0.94% 0.75% -
XYZ 30.6 28.84 4.27 -
YUV 138.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 192 136 11 0 0.29 0.94 0.25 41.44 0.89 0.4
Hex C0 88 B 0 1D 5E 19 29 59 28
Octal 300 210 13 0 35 136 31 51 131 50
Binary 11000000 10001000 1011 0 11101 1011110 11001 101001 1011001 101000

Color Harmonies of #C0880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0880B

Black with #C0880B

Text Example


Text Example

White with #C0880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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