Html Css Color HEX #DC682A Gold Drop

📋 copy color: '#DC682A'

red 220 ◦ green 104 ◦ blue 42

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

Shades of Gold Drop #DC682A

Tints of Gold Drop #DC682A

RGB

 RED value IS 220 (86.33% from 255) = 60.11%

 GREEN value IS 104 (41.02% from 255) = 28.42%

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 60.11%
G = 28.42%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC682A (or 0xDC682A) is known color: Gold Drop. HEX triplet: DC, 68 and 2A. RGB value is (220,104,42). Sum of RGB (Red+Green+Blue) = 220+104+42=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC682A is #2397D5. Grayscale: #838383. Windows color (decimal): -2332630 or 2779356. OLE color: 2779356.

HSL color Cylindrical-coordinate representation of color #DC682A: hue angle of 20.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC682A is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 42 -
CMYK 0 0.53 0.81 0.14
HSL 20.9º 0.72% 0.51% -
HSV(B) 20.9º 0.81% 0.86% -
XYZ 34.88 25.28 5.23 -
YUV 131.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 220 104 42 0 0.53 0.81 0.14 20.9 0.72 0.51
Hex DC 68 2A 0 35 51 E 15 48 33
Octal 334 150 52 0 65 121 16 25 110 63
Binary 11011100 1101000 101010 0 110101 1010001 1110 10101 1001000 110011

Color Harmonies of #DC682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC682A

Black with #DC682A

Text Example


Text Example

White with #DC682A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC682A; }

 p { color: rgb(220,104,42); }

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

background-color css

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

 a { background-color: rgb(220,104,42); }

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

border-color css

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

 span { border-color: rgb(220,104,42); }

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