Html Css Color HEX #C2720B Dark Goldenrod

📋 copy color: '#C2720B'

red 194 ◦ green 114 ◦ blue 11

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

Shades of Dark Goldenrod #C2720B

Tints of Dark Goldenrod #C2720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 60.82%
G = 35.74%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2720B (or 0xC2720B) is known color: Dark Goldenrod. HEX triplet: C2, 72 and 0B. RGB value is (194,114,11). Sum of RGB (Red+Green+Blue) = 194+114+11=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2720B is #3D8DF4. Grayscale: #7E7E7E. Windows color (decimal): -4034037 or 750274. OLE color: 750274.

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

Color convert

RGB 194 114 11 -
CMYK 0 0.41 0.94 0.24
HSL 33.77º 0.89% 0.4% -
HSV(B) 33.77º 0.94% 0.76% -
XYZ 28.33 23.53 3.37 -
YUV 126.18 63 176.38 -
System Red Green Blue C M Y K H S L
Decimal 194 114 11 0 0.41 0.94 0.24 33.77 0.89 0.4
Hex C2 72 B 0 29 5E 18 22 59 28
Octal 302 162 13 0 51 136 30 42 131 50
Binary 11000010 1110010 1011 0 101001 1011110 11000 100010 1011001 101000

Color Harmonies of #C2720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2720B

Black with #C2720B

Text Example


Text Example

White with #C2720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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