Html Css Color HEX #C27101 Dark Goldenrod

📋 copy color: '#C27101'

red 194 ◦ green 113 ◦ blue 1

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

Shades of Dark Goldenrod #C27101

Tints of Dark Goldenrod #C27101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 62.99%
G = 36.69%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C27101 (or 0xC27101) is known color: Dark Goldenrod. HEX triplet: C2, 71 and 01. RGB value is (194,113,1). Sum of RGB (Red+Green+Blue) = 194+113+1=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C27101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27101 is #3D8EFE. Grayscale: #7C7C7C. Windows color (decimal): -4034303 or 94658. OLE color: 94658.

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

Color convert

RGB 194 113 1 -
CMYK 0 0.42 0.99 0.24
HSL 34.82º 0.99% 0.38% -
HSV(B) 34.82º 0.99% 0.76% -
XYZ 28.16 23.28 3.04 -
YUV 124.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 194 113 1 0 0.42 0.99 0.24 34.82 0.99 0.38
Hex C2 71 1 0 2A 63 18 23 63 26
Octal 302 161 1 0 52 143 30 43 143 46
Binary 11000010 1110001 1 0 101010 1100011 11000 100011 1100011 100110

Color Harmonies of #C27101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27101

Black with #C27101

Text Example


Text Example

White with #C27101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27101; }

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

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

background-color css

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

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

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

border-color css

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

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

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