Html Css Color HEX #C17800 Dark Goldenrod

📋 copy color: '#C17800'

red 193 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #C17800

Tints of Dark Goldenrod #C17800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

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

R = 61.66%
G = 38.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C17800 (or 0xC17800) is known color: Dark Goldenrod. HEX triplet: C1, 78 and 00. RGB value is (193,120,0). Sum of RGB (Red+Green+Blue) = 193+120+0=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C17800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17800 is #3E87FF. Grayscale: #808080. Windows color (decimal): -4098048 or 30913. OLE color: 30913.

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

Color convert

RGB 193 120 0 -
CMYK 0 0.38 1 0.24
HSL 37.31º 1% 0.38% -
HSV(B) 37.31º 1% 0.76% -
XYZ 28.71 24.77 3.27 -
YUV 128.15 55.68 174.26 -
System Red Green Blue C M Y K H S L
Decimal 193 120 0 0 0.38 1 0.24 37.31 1 0.38
Hex C1 78 0 0 26 64 18 25 64 26
Octal 301 170 0 0 46 144 30 45 144 46
Binary 11000001 1111000 0 0 100110 1100100 11000 100101 1100100 100110

Color Harmonies of #C17800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17800

Black with #C17800

Text Example


Text Example

White with #C17800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17800; }

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

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

background-color css

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

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

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

border-color css

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

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

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