Html Css Color HEX #DC662E Gold Drop

📋 copy color: '#DC662E'

red 220 ◦ green 102 ◦ blue 46

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

Shades of Gold Drop #DC662E

Tints of Gold Drop #DC662E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 59.78%
G = 27.72%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC662E (or 0xDC662E) is known color: Gold Drop. HEX triplet: DC, 66 and 2E. RGB value is (220,102,46). Sum of RGB (Red+Green+Blue) = 220+102+46=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC662E is #2399D1. Grayscale: #838383. Windows color (decimal): -2333138 or 3040988. OLE color: 3040988.

HSL color Cylindrical-coordinate representation of color #DC662E: hue angle of 19.31º 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 #DC662E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 46 -
CMYK 0 0.54 0.79 0.14
HSL 19.31º 0.71% 0.52% -
HSV(B) 19.31º 0.79% 0.86% -
XYZ 34.76 24.92 5.56 -
YUV 130.9 80.09 191.55 -
System Red Green Blue C M Y K H S L
Decimal 220 102 46 0 0.54 0.79 0.14 19.31 0.71 0.52
Hex DC 66 2E 0 36 4F E 13 47 34
Octal 334 146 56 0 66 117 16 23 107 64
Binary 11011100 1100110 101110 0 110110 1001111 1110 10011 1000111 110100

Color Harmonies of #DC662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC662E

Black with #DC662E

Text Example


Text Example

White with #DC662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC662E; }

 p { color: rgb(220,102,46); }

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

background-color css

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

 a { background-color: rgb(220,102,46); }

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

border-color css

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

 span { border-color: rgb(220,102,46); }

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