Html Css Color HEX #C0750D Dark Goldenrod

📋 copy color: '#C0750D'

red 192 ◦ green 117 ◦ blue 13

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

Shades of Dark Goldenrod #C0750D

Tints of Dark Goldenrod #C0750D

RGB

 RED value IS 192 (75.39% from 255) = 59.63%

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

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

R = 59.63%
G = 36.34%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0750D (or 0xC0750D) is known color: Dark Goldenrod. HEX triplet: C0, 75 and 0D. RGB value is (192,117,13). Sum of RGB (Red+Green+Blue) = 192+117+13=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0750D is #3F8AF2. Grayscale: #808080. Windows color (decimal): -4164339 or 882112. OLE color: 882112.

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

Color convert

RGB 192 117 13 -
CMYK 0 0.39 0.93 0.25
HSL 34.86º 0.87% 0.4% -
HSV(B) 34.86º 0.93% 0.75% -
XYZ 28.17 23.96 3.52 -
YUV 127.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 192 117 13 0 0.39 0.93 0.25 34.86 0.87 0.4
Hex C0 75 D 0 27 5D 19 23 57 28
Octal 300 165 15 0 47 135 31 43 127 50
Binary 11000000 1110101 1101 0 100111 1011101 11001 100011 1010111 101000

Color Harmonies of #C0750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0750D

Black with #C0750D

Text Example


Text Example

White with #C0750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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