Html Css Color HEX #C27206 Dark Goldenrod

📋 copy color: '#C27206'

red 194 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #C27206

Tints of Dark Goldenrod #C27206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

 BLUE value IS 6 (2.73% from 255) = 1.91%

R = 61.78%
G = 36.31%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C27206 (or 0xC27206) is known color: Dark Goldenrod. HEX triplet: C2, 72 and 06. RGB value is (194,114,6). Sum of RGB (Red+Green+Blue) = 194+114+6=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C27206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27206 is #3D8DF9. Grayscale: #7E7E7E. Windows color (decimal): -4034042 or 422594. OLE color: 422594.

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

Color convert

RGB 194 114 6 -
CMYK 0 0.41 0.97 0.24
HSL 34.47º 0.94% 0.39% -
HSV(B) 34.47º 0.97% 0.76% -
XYZ 28.3 23.52 3.22 -
YUV 125.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 194 114 6 0 0.41 0.97 0.24 34.47 0.94 0.39
Hex C2 72 6 0 29 61 18 22 5E 27
Octal 302 162 6 0 51 141 30 42 136 47
Binary 11000010 1110010 110 0 101001 1100001 11000 100010 1011110 100111

Color Harmonies of #C27206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27206

Black with #C27206

Text Example


Text Example

White with #C27206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27206; }

 p { color: rgb(194,114,6); }

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

background-color css

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

 a { background-color: rgb(194,114,6); }

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

border-color css

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

 span { border-color: rgb(194,114,6); }

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