Html Css Color HEX #DE6B2F Gold Drop

📋 copy color: '#DE6B2F'

red 222 ◦ green 107 ◦ blue 47

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

Shades of Gold Drop #DE6B2F

Tints of Gold Drop #DE6B2F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

 BLUE value IS 47 (18.75% from 255) = 12.5%

R = 59.04%
G = 28.46%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE6B2F (or 0xDE6B2F) is known color: Gold Drop. HEX triplet: DE, 6B and 2F. RGB value is (222,107,47). Sum of RGB (Red+Green+Blue) = 222+107+47=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6B2F is #2194D0. Grayscale: #868686. Windows color (decimal): -2200785 or 3107806. OLE color: 3107806.

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

Color convert

RGB 222 107 47 -
CMYK 0 0.52 0.79 0.13
HSL 20.57º 0.73% 0.53% -
HSV(B) 20.57º 0.79% 0.87% -
XYZ 35.89 26.25 5.86 -
YUV 134.55 78.6 190.38 -
System Red Green Blue C M Y K H S L
Decimal 222 107 47 0 0.52 0.79 0.13 20.57 0.73 0.53
Hex DE 6B 2F 0 34 4F D 15 49 35
Octal 336 153 57 0 64 117 15 25 111 65
Binary 11011110 1101011 101111 0 110100 1001111 1101 10101 1001001 110101

Color Harmonies of #DE6B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B2F

Black with #DE6B2F

Text Example


Text Example

White with #DE6B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B2F; }

 p { color: rgb(222,107,47); }

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

background-color css

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

 a { background-color: rgb(222,107,47); }

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

border-color css

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

 span { border-color: rgb(222,107,47); }

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