Html Css Color HEX #C27104 Dark Goldenrod

📋 copy color: '#C27104'

red 194 ◦ green 113 ◦ blue 4

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

Shades of Dark Goldenrod #C27104

Tints of Dark Goldenrod #C27104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 62.38%
G = 36.33%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C27104 (or 0xC27104) is known color: Dark Goldenrod. HEX triplet: C2, 71 and 04. RGB value is (194,113,4). Sum of RGB (Red+Green+Blue) = 194+113+4=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C27104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27104 is #3D8EFB. Grayscale: #7D7D7D. Windows color (decimal): -4034300 or 291266. OLE color: 291266.

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

Color convert

RGB 194 113 4 -
CMYK 0 0.42 0.98 0.24
HSL 34.42º 0.96% 0.39% -
HSV(B) 34.42º 0.98% 0.76% -
XYZ 28.18 23.29 3.12 -
YUV 124.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 194 113 4 0 0.42 0.98 0.24 34.42 0.96 0.39
Hex C2 71 4 0 2A 62 18 22 60 27
Octal 302 161 4 0 52 142 30 42 140 47
Binary 11000010 1110001 100 0 101010 1100010 11000 100010 1100000 100111

Color Harmonies of #C27104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27104

Black with #C27104

Text Example


Text Example

White with #C27104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27104; }

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

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

background-color css

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

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

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

border-color css

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

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

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