Html Css Color HEX #C27100 Dark Goldenrod

📋 copy color: '#C27100'

red 194 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #C27100

Tints of Dark Goldenrod #C27100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.19%
G = 36.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C27100 (or 0xC27100) is known color: Dark Goldenrod. HEX triplet: C2, 71 and 00. RGB value is (194,113,0). Sum of RGB (Red+Green+Blue) = 194+113+0=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C27100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27100 is #3D8EFF. Grayscale: #7C7C7C. Windows color (decimal): -4034304 or 29122. OLE color: 29122.

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

Color convert

RGB 194 113 0 -
CMYK 0 0.42 1 0.24
HSL 34.95º 1% 0.38% -
HSV(B) 34.95º 1% 0.76% -
XYZ 28.15 23.28 3.01 -
YUV 124.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 194 113 0 0 0.42 1 0.24 34.95 1 0.38
Hex C2 71 0 0 2A 64 18 23 64 26
Octal 302 161 0 0 52 144 30 43 144 46
Binary 11000010 1110001 0 0 101010 1100100 11000 100011 1100100 100110

Color Harmonies of #C27100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27100

Black with #C27100

Text Example


Text Example

White with #C27100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27100; }

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

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

background-color css

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

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

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

border-color css

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

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

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