Html Css Color HEX #C17300 Dark Goldenrod

📋 copy color: '#C17300'

red 193 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #C17300

Tints of Dark Goldenrod #C17300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 62.66%
G = 37.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C17300 (or 0xC17300) is known color: Dark Goldenrod. HEX triplet: C1, 73 and 00. RGB value is (193,115,0). Sum of RGB (Red+Green+Blue) = 193+115+0=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C17300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17300 is #3E8CFF. Grayscale: #7D7D7D. Windows color (decimal): -4099328 or 29633. OLE color: 29633.

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

Color convert

RGB 193 115 0 -
CMYK 0 0.40 1 0.24
HSL 35.75º 1% 0.38% -
HSV(B) 35.75º 1% 0.76% -
XYZ 28.12 23.6 3.07 -
YUV 125.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 193 115 0 0 0.40 1 0.24 35.75 1 0.38
Hex C1 73 0 0 28 64 18 24 64 26
Octal 301 163 0 0 50 144 30 44 144 46
Binary 11000001 1110011 0 0 101000 1100100 11000 100100 1100100 100110

Color Harmonies of #C17300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17300

Black with #C17300

Text Example


Text Example

White with #C17300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17300; }

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

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

background-color css

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

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

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

border-color css

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

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

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