Html Css Color HEX #DC682F Gold Drop

📋 copy color: '#DC682F'

red 220 ◦ green 104 ◦ blue 47

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

Shades of Gold Drop #DC682F

Tints of Gold Drop #DC682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 59.3%
G = 28.03%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC682F (or 0xDC682F) is known color: Gold Drop. HEX triplet: DC, 68 and 2F. RGB value is (220,104,47). Sum of RGB (Red+Green+Blue) = 220+104+47=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC682F is #2397D0. Grayscale: #848484. Windows color (decimal): -2332625 or 3107036. OLE color: 3107036.

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

Color convert

RGB 220 104 47 -
CMYK 0 0.53 0.79 0.14
HSL 19.77º 0.71% 0.52% -
HSV(B) 19.77º 0.79% 0.86% -
XYZ 34.98 25.32 5.73 -
YUV 132.19 79.93 190.63 -
System Red Green Blue C M Y K H S L
Decimal 220 104 47 0 0.53 0.79 0.14 19.77 0.71 0.52
Hex DC 68 2F 0 35 4F E 14 47 34
Octal 334 150 57 0 65 117 16 24 107 64
Binary 11011100 1101000 101111 0 110101 1001111 1110 10100 1000111 110100

Color Harmonies of #DC682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC682F

Black with #DC682F

Text Example


Text Example

White with #DC682F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC682F; }

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

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

background-color css

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

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

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

border-color css

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

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

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