Html Css Color HEX #C2860B Dark Goldenrod

📋 copy color: '#C2860B'

red 194 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #C2860B

Tints of Dark Goldenrod #C2860B

RGB

 RED value IS 194 (76.17% from 255) = 57.23%

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 57.23%
G = 39.53%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2860B (or 0xC2860B) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 0B. RGB value is (194,134,11). Sum of RGB (Red+Green+Blue) = 194+134+11=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2860B is #3D79F4. Grayscale: #8A8A8A. Windows color (decimal): -4028917 or 755394. OLE color: 755394.

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

Color convert

RGB 194 134 11 -
CMYK 0 0.31 0.94 0.24
HSL 40.33º 0.89% 0.4% -
HSV(B) 40.33º 0.94% 0.76% -
XYZ 30.83 28.54 4.2 -
YUV 137.92 56.38 168 -
System Red Green Blue C M Y K H S L
Decimal 194 134 11 0 0.31 0.94 0.24 40.33 0.89 0.4
Hex C2 86 B 0 1F 5E 18 28 59 28
Octal 302 206 13 0 37 136 30 50 131 50
Binary 11000010 10000110 1011 0 11111 1011110 11000 101000 1011001 101000

Color Harmonies of #C2860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2860B

Black with #C2860B

Text Example


Text Example

White with #C2860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2860B; }

 p { color: rgb(194,134,11); }

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

background-color css

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

 a { background-color: rgb(194,134,11); }

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

border-color css

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

 span { border-color: rgb(194,134,11); }

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