Html Css Color HEX #C17200 Dark Goldenrod

📋 copy color: '#C17200'

red 193 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #C17200

Tints of Dark Goldenrod #C17200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.87%
G = 37.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C17200 (or 0xC17200) is known color: Dark Goldenrod. HEX triplet: C1, 72 and 00. RGB value is (193,114,0). Sum of RGB (Red+Green+Blue) = 193+114+0=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C17200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17200 is #3E8DFF. Grayscale: #7D7D7D. Windows color (decimal): -4099584 or 29377. OLE color: 29377.

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

Color convert

RGB 193 114 0 -
CMYK 0 0.41 1 0.24
HSL 35.44º 1% 0.38% -
HSV(B) 35.44º 1% 0.76% -
XYZ 28.01 23.37 3.03 -
YUV 124.63 57.67 176.77 -
System Red Green Blue C M Y K H S L
Decimal 193 114 0 0 0.41 1 0.24 35.44 1 0.38
Hex C1 72 0 0 29 64 18 23 64 26
Octal 301 162 0 0 51 144 30 43 144 46
Binary 11000001 1110010 0 0 101001 1100100 11000 100011 1100100 100110

Color Harmonies of #C17200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17200

Black with #C17200

Text Example


Text Example

White with #C17200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17200; }

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

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

background-color css

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

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

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

border-color css

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

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

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