Html Css Color HEX #DC6227 Gold Drop

📋 copy color: '#DC6227'

red 220 ◦ green 98 ◦ blue 39

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

Shades of Gold Drop #DC6227

Tints of Gold Drop #DC6227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

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

R = 61.62%
G = 27.45%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC6227 (or 0xDC6227) is known color: Gold Drop. HEX triplet: DC, 62 and 27. RGB value is (220,98,39). Sum of RGB (Red+Green+Blue) = 220+98+39=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6227 is #239DD8. Grayscale: #808080. Windows color (decimal): -2334169 or 2581212. OLE color: 2581212.

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

Color convert

RGB 220 98 39 -
CMYK 0 0.55 0.82 0.14
HSL 19.56º 0.72% 0.51% -
HSV(B) 19.56º 0.82% 0.86% -
XYZ 34.25 24.1 4.77 -
YUV 127.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 220 98 39 0 0.55 0.82 0.14 19.56 0.72 0.51
Hex DC 62 27 0 37 52 E 14 48 33
Octal 334 142 47 0 67 122 16 24 110 63
Binary 11011100 1100010 100111 0 110111 1010010 1110 10100 1001000 110011

Color Harmonies of #DC6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6227

Black with #DC6227

Text Example


Text Example

White with #DC6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6227; }

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

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

background-color css

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

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

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

border-color css

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

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

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