Html Css Color HEX #DE6227 Gold Drop

📋 copy color: '#DE6227'

red 222 ◦ green 98 ◦ blue 39

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

Shades of Gold Drop #DE6227

Tints of Gold Drop #DE6227

RGB

 RED value IS 222 (87.11% from 255) = 61.84%

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

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

R = 61.84%
G = 27.3%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE6227 (or 0xDE6227) is known color: Gold Drop. HEX triplet: DE, 62 and 27. RGB value is (222,98,39). Sum of RGB (Red+Green+Blue) = 222+98+39=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6227 is #219DD8. Grayscale: #808080. Windows color (decimal): -2203097 or 2581214. OLE color: 2581214.

HSL color Cylindrical-coordinate representation of color #DE6227: hue angle of 19.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE6227 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 98 39 -
CMYK 0 0.56 0.82 0.13
HSL 19.34º 0.73% 0.51% -
HSV(B) 19.34º 0.82% 0.87% -
XYZ 34.86 24.41 4.79 -
YUV 128.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 222 98 39 0 0.56 0.82 0.13 19.34 0.73 0.51
Hex DE 62 27 0 38 52 D 13 49 33
Octal 336 142 47 0 70 122 15 23 111 63
Binary 11011110 1100010 100111 0 111000 1010010 1101 10011 1001001 110011

Color Harmonies of #DE6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6227

Black with #DE6227

Text Example


Text Example

White with #DE6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6227; }

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

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

background-color css

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

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

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

border-color css

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

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

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