Html Css Color HEX #C27102 Dark Goldenrod

📋 copy color: '#C27102'

red 194 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #C27102

Tints of Dark Goldenrod #C27102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 62.78%
G = 36.57%
B = 0.65%

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

#C27102 (or 0xC27102) is known color: Dark Goldenrod. HEX triplet: C2, 71 and 02. RGB value is (194,113,2). Sum of RGB (Red+Green+Blue) = 194+113+2=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C27102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27102 is #3D8EFD. Grayscale: #7D7D7D. Windows color (decimal): -4034302 or 160194. OLE color: 160194.

HSL color Cylindrical-coordinate representation of color #C27102: hue angle of 34.69º degrees, saturation: 0.98, 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 #C27102 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 2 -
CMYK 0 0.42 0.99 0.24
HSL 34.69º 0.98% 0.38% -
HSV(B) 34.69º 0.99% 0.76% -
XYZ 28.16 23.28 3.07 -
YUV 124.57 58.84 177.53 -
System Red Green Blue C M Y K H S L
Decimal 194 113 2 0 0.42 0.99 0.24 34.69 0.98 0.38
Hex C2 71 2 0 2A 63 18 23 62 26
Octal 302 161 2 0 52 143 30 43 142 46
Binary 11000010 1110001 10 0 101010 1100011 11000 100011 1100010 100110

Color Harmonies of #C27102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27102

Black with #C27102

Text Example


Text Example

White with #C27102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27102; }

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

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

background-color css

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

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

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

border-color css

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

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

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