Html Css Color HEX #DE6229 Gold Drop

📋 copy color: '#DE6229'

red 222 ◦ green 98 ◦ blue 41

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

Shades of Gold Drop #DE6229

Tints of Gold Drop #DE6229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 61.5%
G = 27.15%
B = 11.36%

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

#DE6229 (or 0xDE6229) is known color: Gold Drop. HEX triplet: DE, 62 and 29. RGB value is (222,98,41). Sum of RGB (Red+Green+Blue) = 222+98+41=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6229 is #219DD6. Grayscale: #808080. Windows color (decimal): -2203095 or 2712286. OLE color: 2712286.

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

Color convert

RGB 222 98 41 -
CMYK 0 0.56 0.82 0.13
HSL 18.9º 0.73% 0.52% -
HSV(B) 18.9º 0.82% 0.87% -
XYZ 34.89 24.43 4.97 -
YUV 128.58 78.58 194.63 -
System Red Green Blue C M Y K H S L
Decimal 222 98 41 0 0.56 0.82 0.13 18.9 0.73 0.52
Hex DE 62 29 0 38 52 D 13 49 34
Octal 336 142 51 0 70 122 15 23 111 64
Binary 11011110 1100010 101001 0 111000 1010010 1101 10011 1001001 110100

Color Harmonies of #DE6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6229

Black with #DE6229

Text Example


Text Example

White with #DE6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6229; }

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

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

background-color css

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

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

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

border-color css

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

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

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