Html Css Color HEX #C27E13 Dark Goldenrod

📋 copy color: '#C27E13'

red 194 ◦ green 126 ◦ blue 19

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

Shades of Dark Goldenrod #C27E13

Tints of Dark Goldenrod #C27E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.17%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 57.23%
G = 37.17%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C27E13 (or 0xC27E13) is known color: Dark Goldenrod. HEX triplet: C2, 7E and 13. RGB value is (194,126,19). Sum of RGB (Red+Green+Blue) = 194+126+19=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27E13 is #3D81EC. Grayscale: #868686. Windows color (decimal): -4030957 or 1277634. OLE color: 1277634.

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

Color convert

RGB 194 126 19 -
CMYK 0 0.35 0.90 0.24
HSL 36.69º 0.82% 0.42% -
HSV(B) 36.69º 0.9% 0.76% -
XYZ 29.83 26.44 4.15 -
YUV 134.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 194 126 19 0 0.35 0.90 0.24 36.69 0.82 0.42
Hex C2 7E 13 0 23 5A 18 25 52 2A
Octal 302 176 23 0 43 132 30 45 122 52
Binary 11000010 1111110 10011 0 100011 1011010 11000 100101 1010010 101010

Color Harmonies of #C27E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E13

Black with #C27E13

Text Example


Text Example

White with #C27E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E13; }

 p { color: rgb(194,126,19); }

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

background-color css

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

 a { background-color: rgb(194,126,19); }

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

border-color css

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

 span { border-color: rgb(194,126,19); }

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