Html Css Color HEX #DC6226 Gold Drop

📋 copy color: '#DC6226'

red 220 ◦ green 98 ◦ blue 38

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

Shades of Gold Drop #DC6226

Tints of Gold Drop #DC6226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.67%

R = 61.8%
G = 27.53%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC6226 (or 0xDC6226) is known color: Gold Drop. HEX triplet: DC, 62 and 26. RGB value is (220,98,38). Sum of RGB (Red+Green+Blue) = 220+98+38=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6226 is #239DD9. Grayscale: #808080. Windows color (decimal): -2334170 or 2515676. OLE color: 2515676.

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

Color convert

RGB 220 98 38 -
CMYK 0 0.55 0.83 0.14
HSL 19.78º 0.72% 0.51% -
HSV(B) 19.78º 0.83% 0.86% -
XYZ 34.23 24.09 4.68 -
YUV 127.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 220 98 38 0 0.55 0.83 0.14 19.78 0.72 0.51
Hex DC 62 26 0 37 53 E 14 48 33
Octal 334 142 46 0 67 123 16 24 110 63
Binary 11011100 1100010 100110 0 110111 1010011 1110 10100 1001000 110011

Color Harmonies of #DC6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6226

Black with #DC6226

Text Example


Text Example

White with #DC6226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6226; }

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

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

background-color css

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

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

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

border-color css

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

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

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