Html Css Color HEX #C17106 Dark Goldenrod

📋 copy color: '#C17106'

red 193 ◦ green 113 ◦ blue 6

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

Shades of Dark Goldenrod #C17106

Tints of Dark Goldenrod #C17106

RGB

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

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

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

R = 61.86%
G = 36.22%
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

#C17106 (or 0xC17106) is known color: Dark Goldenrod. HEX triplet: C1, 71 and 06. RGB value is (193,113,6). Sum of RGB (Red+Green+Blue) = 193+113+6=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C17106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17106 is #3E8EF9. Grayscale: #7D7D7D. Windows color (decimal): -4099834 or 422337. OLE color: 422337.

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

Color convert

RGB 193 113 6 -
CMYK 0 0.41 0.97 0.24
HSL 34.33º 0.94% 0.39% -
HSV(B) 34.33º 0.97% 0.76% -
XYZ 27.93 23.16 3.17 -
YUV 124.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 193 113 6 0 0.41 0.97 0.24 34.33 0.94 0.39
Hex C1 71 6 0 29 61 18 22 5E 27
Octal 301 161 6 0 51 141 30 42 136 47
Binary 11000001 1110001 110 0 101001 1100001 11000 100010 1011110 100111

Color Harmonies of #C17106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17106

Black with #C17106

Text Example


Text Example

White with #C17106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17106; }

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

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

background-color css

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

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

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

border-color css

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

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

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