Html Css Color HEX #C2710A Dark Goldenrod

📋 copy color: '#C2710A'

red 194 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #C2710A

Tints of Dark Goldenrod #C2710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 61.2%
G = 35.65%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2710A (or 0xC2710A) is known color: Dark Goldenrod. HEX triplet: C2, 71 and 0A. RGB value is (194,113,10). Sum of RGB (Red+Green+Blue) = 194+113+10=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2710A is #3D8EF5. Grayscale: #7D7D7D. Windows color (decimal): -4034294 or 684482. OLE color: 684482.

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

Color convert

RGB 194 113 10 -
CMYK 0 0.42 0.95 0.24
HSL 33.59º 0.9% 0.4% -
HSV(B) 33.59º 0.95% 0.76% -
XYZ 28.21 23.3 3.3 -
YUV 125.48 62.84 176.88 -
System Red Green Blue C M Y K H S L
Decimal 194 113 10 0 0.42 0.95 0.24 33.59 0.9 0.4
Hex C2 71 A 0 2A 5F 18 22 5A 28
Octal 302 161 12 0 52 137 30 42 132 50
Binary 11000010 1110001 1010 0 101010 1011111 11000 100010 1011010 101000

Color Harmonies of #C2710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2710A

Black with #C2710A

Text Example


Text Example

White with #C2710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2710A; }

 p { color: rgb(194,113,10); }

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

background-color css

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

 a { background-color: rgb(194,113,10); }

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

border-color css

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

 span { border-color: rgb(194,113,10); }

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