Html Css Color HEX #C0780F Dark Goldenrod

📋 copy color: '#C0780F'

red 192 ◦ green 120 ◦ blue 15

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

Shades of Dark Goldenrod #C0780F

Tints of Dark Goldenrod #C0780F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 58.72%
G = 36.7%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0780F (or 0xC0780F) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 0F. RGB value is (192,120,15). Sum of RGB (Red+Green+Blue) = 192+120+15=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C0780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0780F is #3F87F0. Grayscale: #828282. Windows color (decimal): -4163569 or 1013952. OLE color: 1013952.

HSL color Cylindrical-coordinate representation of color #C0780F: hue angle of 35.59º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0780F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 15 -
CMYK 0 0.38 0.92 0.25
HSL 35.59º 0.86% 0.41% -
HSV(B) 35.59º 0.92% 0.75% -
XYZ 28.54 24.67 3.71 -
YUV 129.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 192 120 15 0 0.38 0.92 0.25 35.59 0.86 0.41
Hex C0 78 F 0 26 5C 19 24 56 29
Octal 300 170 17 0 46 134 31 44 126 51
Binary 11000000 1111000 1111 0 100110 1011100 11001 100100 1010110 101001

Color Harmonies of #C0780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0780F

Black with #C0780F

Text Example


Text Example

White with #C0780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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