Html Css Color HEX #C17B10 Dark Goldenrod

📋 copy color: '#C17B10'

red 193 ◦ green 123 ◦ blue 16

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

Shades of Dark Goldenrod #C17B10

Tints of Dark Goldenrod #C17B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

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

R = 58.13%
G = 37.05%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C17B10 (or 0xC17B10) is known color: Dark Goldenrod. HEX triplet: C1, 7B and 10. RGB value is (193,123,16). Sum of RGB (Red+Green+Blue) = 193+123+16=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17B10 is #3E84EF. Grayscale: #848484. Windows color (decimal): -4097264 or 1080257. OLE color: 1080257.

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

Color convert

RGB 193 123 16 -
CMYK 0 0.36 0.92 0.24
HSL 36.27º 0.85% 0.41% -
HSV(B) 36.27º 0.92% 0.76% -
XYZ 29.17 25.54 3.88 -
YUV 131.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 193 123 16 0 0.36 0.92 0.24 36.27 0.85 0.41
Hex C1 7B 10 0 24 5C 18 24 55 29
Octal 301 173 20 0 44 134 30 44 125 51
Binary 11000001 1111011 10000 0 100100 1011100 11000 100100 1010101 101001

Color Harmonies of #C17B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B10

Black with #C17B10

Text Example


Text Example

White with #C17B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B10; }

 p { color: rgb(193,123,16); }

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

background-color css

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

 a { background-color: rgb(193,123,16); }

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

border-color css

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

 span { border-color: rgb(193,123,16); }

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