Html Css Color HEX #C0780D Dark Goldenrod

📋 copy color: '#C0780D'

red 192 ◦ green 120 ◦ blue 13

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

Shades of Dark Goldenrod #C0780D

Tints of Dark Goldenrod #C0780D

RGB

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

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

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

R = 59.08%
G = 36.92%
B = 4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0780D (or 0xC0780D) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 0D. RGB value is (192,120,13). Sum of RGB (Red+Green+Blue) = 192+120+13=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0780D is #3F87F2. Grayscale: #818181. Windows color (decimal): -4163571 or 882880. OLE color: 882880.

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

Color convert

RGB 192 120 13 -
CMYK 0 0.38 0.93 0.25
HSL 35.87º 0.87% 0.4% -
HSV(B) 35.87º 0.93% 0.75% -
XYZ 28.53 24.67 3.64 -
YUV 129.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 192 120 13 0 0.38 0.93 0.25 35.87 0.87 0.4
Hex C0 78 D 0 26 5D 19 24 57 28
Octal 300 170 15 0 46 135 31 44 127 50
Binary 11000000 1111000 1101 0 100110 1011101 11001 100100 1010111 101000

Color Harmonies of #C0780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0780D

Black with #C0780D

Text Example


Text Example

White with #C0780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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