Html Css Color HEX #C27810 Dark Goldenrod

📋 copy color: '#C27810'

red 194 ◦ green 120 ◦ blue 16

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

Shades of Dark Goldenrod #C27810

Tints of Dark Goldenrod #C27810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 58.79%
G = 36.36%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C27810 (or 0xC27810) is known color: Dark Goldenrod. HEX triplet: C2, 78 and 10. RGB value is (194,120,16). Sum of RGB (Red+Green+Blue) = 194+120+16=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C27810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27810 is #3D87EF. Grayscale: #828282. Windows color (decimal): -4032496 or 1079490. OLE color: 1079490.

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

Color convert

RGB 194 120 16 -
CMYK 0 0.38 0.92 0.24
HSL 35.06º 0.85% 0.41% -
HSV(B) 35.06º 0.92% 0.76% -
XYZ 29.06 24.94 3.77 -
YUV 130.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 194 120 16 0 0.38 0.92 0.24 35.06 0.85 0.41
Hex C2 78 10 0 26 5C 18 23 55 29
Octal 302 170 20 0 46 134 30 43 125 51
Binary 11000010 1111000 10000 0 100110 1011100 11000 100011 1010101 101001

Color Harmonies of #C27810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27810

Black with #C27810

Text Example


Text Example

White with #C27810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27810; }

 p { color: rgb(194,120,16); }

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

background-color css

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

 a { background-color: rgb(194,120,16); }

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

border-color css

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

 span { border-color: rgb(194,120,16); }

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