Html Css Color HEX #C1750D Dark Goldenrod

📋 copy color: '#C1750D'

red 193 ◦ green 117 ◦ blue 13

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

Shades of Dark Goldenrod #C1750D

Tints of Dark Goldenrod #C1750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

 BLUE value IS 13 (5.47% from 255) = 4.02%

R = 59.75%
G = 36.22%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1750D (or 0xC1750D) is known color: Dark Goldenrod. HEX triplet: C1, 75 and 0D. RGB value is (193,117,13). Sum of RGB (Red+Green+Blue) = 193+117+13=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1750D is #3E8AF2. Grayscale: #808080. Windows color (decimal): -4098803 or 882113. OLE color: 882113.

HSL color Cylindrical-coordinate representation of color #C1750D: hue angle of 34.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1750D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 117 13 -
CMYK 0 0.39 0.93 0.24
HSL 34.67º 0.87% 0.4% -
HSV(B) 34.67º 0.93% 0.76% -
XYZ 28.43 24.09 3.53 -
YUV 127.87 63.18 174.46 -
System Red Green Blue C M Y K H S L
Decimal 193 117 13 0 0.39 0.93 0.24 34.67 0.87 0.4
Hex C1 75 D 0 27 5D 18 23 57 28
Octal 301 165 15 0 47 135 30 43 127 50
Binary 11000001 1110101 1101 0 100111 1011101 11000 100011 1010111 101000

Color Harmonies of #C1750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1750D

Black with #C1750D

Text Example


Text Example

White with #C1750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1750D; }

 p { color: rgb(193,117,13); }

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

background-color css

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

 a { background-color: rgb(193,117,13); }

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

border-color css

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

 span { border-color: rgb(193,117,13); }

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