Html Css Color HEX #C27C11 Dark Goldenrod

📋 copy color: '#C27C11'

red 194 ◦ green 124 ◦ blue 17

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

Shades of Dark Goldenrod #C27C11

Tints of Dark Goldenrod #C27C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 57.91%
G = 37.01%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C27C11 (or 0xC27C11) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 11. RGB value is (194,124,17). Sum of RGB (Red+Green+Blue) = 194+124+17=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C11 is #3D83EE. Grayscale: #858585. Windows color (decimal): -4031471 or 1146050. OLE color: 1146050.

HSL color Cylindrical-coordinate representation of color #C27C11: hue angle of 36.27º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C27C11 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 17 -
CMYK 0 0.36 0.91 0.24
HSL 36.27º 0.84% 0.41% -
HSV(B) 36.27º 0.91% 0.76% -
XYZ 29.56 25.93 3.98 -
YUV 132.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 194 124 17 0 0.36 0.91 0.24 36.27 0.84 0.41
Hex C2 7C 11 0 24 5B 18 24 54 29
Octal 302 174 21 0 44 133 30 44 124 51
Binary 11000010 1111100 10001 0 100100 1011011 11000 100100 1010100 101001

Color Harmonies of #C27C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C11

Black with #C27C11

Text Example


Text Example

White with #C27C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C11; }

 p { color: rgb(194,124,17); }

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

background-color css

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

 a { background-color: rgb(194,124,17); }

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

border-color css

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

 span { border-color: rgb(194,124,17); }

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