Html Css Color HEX #DC6627 Gold Drop

📋 copy color: '#DC6627'

red 220 ◦ green 102 ◦ blue 39

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

Shades of Gold Drop #DC6627

Tints of Gold Drop #DC6627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 60.94%
G = 28.25%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC6627 (or 0xDC6627) is known color: Gold Drop. HEX triplet: DC, 66 and 27. RGB value is (220,102,39). Sum of RGB (Red+Green+Blue) = 220+102+39=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6627 is #2399D8. Grayscale: #828282. Windows color (decimal): -2333145 or 2582236. OLE color: 2582236.

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

Color convert

RGB 220 102 39 -
CMYK 0 0.54 0.82 0.14
HSL 20.88º 0.72% 0.51% -
HSV(B) 20.88º 0.82% 0.86% -
XYZ 34.63 24.86 4.89 -
YUV 130.1 76.59 192.12 -
System Red Green Blue C M Y K H S L
Decimal 220 102 39 0 0.54 0.82 0.14 20.88 0.72 0.51
Hex DC 66 27 0 36 52 E 15 48 33
Octal 334 146 47 0 66 122 16 25 110 63
Binary 11011100 1100110 100111 0 110110 1010010 1110 10101 1001000 110011

Color Harmonies of #DC6627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6627

Black with #DC6627

Text Example


Text Example

White with #DC6627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6627; }

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

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

background-color css

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

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

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

border-color css

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

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

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