Html Css Color HEX #DE6329 Gold Drop

📋 copy color: '#DE6329'

red 222 ◦ green 99 ◦ blue 41

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

Shades of Gold Drop #DE6329

Tints of Gold Drop #DE6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 61.33%
G = 27.35%
B = 11.33%

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

#DE6329 (or 0xDE6329) is known color: Gold Drop. HEX triplet: DE, 63 and 29. RGB value is (222,99,41). Sum of RGB (Red+Green+Blue) = 222+99+41=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6329 is #219CD6. Grayscale: #818181. Windows color (decimal): -2202839 or 2712542. OLE color: 2712542.

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

Color convert

RGB 222 99 41 -
CMYK 0 0.55 0.82 0.13
HSL 19.23º 0.73% 0.52% -
HSV(B) 19.23º 0.82% 0.87% -
XYZ 34.99 24.61 5 -
YUV 129.17 78.25 194.22 -
System Red Green Blue C M Y K H S L
Decimal 222 99 41 0 0.55 0.82 0.13 19.23 0.73 0.52
Hex DE 63 29 0 37 52 D 13 49 34
Octal 336 143 51 0 67 122 15 23 111 64
Binary 11011110 1100011 101001 0 110111 1010010 1101 10011 1001001 110100

Color Harmonies of #DE6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6329

Black with #DE6329

Text Example


Text Example

White with #DE6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6329; }

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

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

background-color css

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

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

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

border-color css

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

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

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