Html Css Color HEX #C17206 Dark Goldenrod

📋 copy color: '#C17206'

red 193 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #C17206

Tints of Dark Goldenrod #C17206

RGB

 RED value IS 193 (75.78% from 255) = 61.66%

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

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

R = 61.66%
G = 36.42%
B = 1.92%

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

#C17206 (or 0xC17206) is known color: Dark Goldenrod. HEX triplet: C1, 72 and 06. RGB value is (193,114,6). Sum of RGB (Red+Green+Blue) = 193+114+6=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C17206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17206 is #3E8DF9. Grayscale: #7D7D7D. Windows color (decimal): -4099578 or 422593. OLE color: 422593.

HSL color Cylindrical-coordinate representation of color #C17206: hue angle of 34.65º 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 #C17206 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 114 6 -
CMYK 0 0.41 0.97 0.24
HSL 34.65º 0.94% 0.39% -
HSV(B) 34.65º 0.97% 0.76% -
XYZ 28.04 23.39 3.21 -
YUV 125.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 193 114 6 0 0.41 0.97 0.24 34.65 0.94 0.39
Hex C1 72 6 0 29 61 18 23 5E 27
Octal 301 162 6 0 51 141 30 43 136 47
Binary 11000001 1110010 110 0 101001 1100001 11000 100011 1011110 100111

Color Harmonies of #C17206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17206

Black with #C17206

Text Example


Text Example

White with #C17206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17206; }

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

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

background-color css

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

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

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

border-color css

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

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

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