Html Css Color HEX #C2910B Dark Goldenrod

📋 copy color: '#C2910B'

red 194 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #C2910B

Tints of Dark Goldenrod #C2910B

RGB

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

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

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

R = 55.43%
G = 41.43%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2910B (or 0xC2910B) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 0B. RGB value is (194,145,11). Sum of RGB (Red+Green+Blue) = 194+145+11=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2910B is #3D6EF4. Grayscale: #909090. Windows color (decimal): -4026101 or 758210. OLE color: 758210.

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

Color convert

RGB 194 145 11 -
CMYK 0 0.25 0.94 0.24
HSL 43.93º 0.89% 0.4% -
HSV(B) 43.93º 0.94% 0.76% -
XYZ 32.43 31.74 4.73 -
YUV 144.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 194 145 11 0 0.25 0.94 0.24 43.93 0.89 0.4
Hex C2 91 B 0 19 5E 18 2C 59 28
Octal 302 221 13 0 31 136 30 54 131 50
Binary 11000010 10010001 1011 0 11001 1011110 11000 101100 1011001 101000

Color Harmonies of #C2910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2910B

Black with #C2910B

Text Example


Text Example

White with #C2910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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