Html Css Color HEX #C0790D Dark Goldenrod

📋 copy color: '#C0790D'

red 192 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #C0790D

Tints of Dark Goldenrod #C0790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

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

R = 58.9%
G = 37.12%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0790D (or 0xC0790D) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 0D. RGB value is (192,121,13). Sum of RGB (Red+Green+Blue) = 192+121+13=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0790D is #3F86F2. Grayscale: #828282. Windows color (decimal): -4163315 or 883136. OLE color: 883136.

HSL color Cylindrical-coordinate representation of color #C0790D: hue angle of 36.2º 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 #C0790D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 121 13 -
CMYK 0 0.37 0.93 0.25
HSL 36.2º 0.87% 0.4% -
HSV(B) 36.2º 0.93% 0.75% -
XYZ 28.65 24.91 3.68 -
YUV 129.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 192 121 13 0 0.37 0.93 0.25 36.2 0.87 0.4
Hex C0 79 D 0 25 5D 19 24 57 28
Octal 300 171 15 0 45 135 31 44 127 50
Binary 11000000 1111001 1101 0 100101 1011101 11001 100100 1010111 101000

Color Harmonies of #C0790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0790D

Black with #C0790D

Text Example


Text Example

White with #C0790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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