Html Css Color HEX #C0790C Dark Goldenrod

📋 copy color: '#C0790C'

red 192 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #C0790C

Tints of Dark Goldenrod #C0790C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 59.08%
G = 37.23%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0790C (or 0xC0790C) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 0C. RGB value is (192,121,12). Sum of RGB (Red+Green+Blue) = 192+121+12=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0790C is #3F86F3. Grayscale: #828282. Windows color (decimal): -4163316 or 817600. OLE color: 817600.

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

Color convert

RGB 192 121 12 -
CMYK 0 0.37 0.94 0.25
HSL 36.33º 0.88% 0.4% -
HSV(B) 36.33º 0.94% 0.75% -
XYZ 28.64 24.91 3.65 -
YUV 129.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 192 121 12 0 0.37 0.94 0.25 36.33 0.88 0.4
Hex C0 79 C 0 25 5E 19 24 58 28
Octal 300 171 14 0 45 136 31 44 130 50
Binary 11000000 1111001 1100 0 100101 1011110 11001 100100 1011000 101000

Color Harmonies of #C0790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0790C

Black with #C0790C

Text Example


Text Example

White with #C0790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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