Html Css Color HEX #DE6429 Gold Drop

📋 copy color: '#DE6429'

red 222 ◦ green 100 ◦ blue 41

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

Shades of Gold Drop #DE6429

Tints of Gold Drop #DE6429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 61.16%
G = 27.55%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE6429 (or 0xDE6429) is known color: Gold Drop. HEX triplet: DE, 64 and 29. RGB value is (222,100,41). Sum of RGB (Red+Green+Blue) = 222+100+41=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6429 is #219BD6. Grayscale: #828282. Windows color (decimal): -2202583 or 2712798. OLE color: 2712798.

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

Color convert

RGB 222 100 41 -
CMYK 0 0.55 0.82 0.13
HSL 19.56º 0.73% 0.52% -
HSV(B) 19.56º 0.82% 0.87% -
XYZ 35.08 24.8 5.04 -
YUV 129.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 222 100 41 0 0.55 0.82 0.13 19.56 0.73 0.52
Hex DE 64 29 0 37 52 D 14 49 34
Octal 336 144 51 0 67 122 15 24 111 64
Binary 11011110 1100100 101001 0 110111 1010010 1101 10100 1001001 110100

Color Harmonies of #DE6429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6429

Black with #DE6429

Text Example


Text Example

White with #DE6429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6429; }

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

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

background-color css

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

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

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

border-color css

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

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

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