Html Css Color HEX #DEA546 Tulip Tree

📋 copy color: '#DEA546'

red 222 ◦ green 165 ◦ blue 70

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

Shades of Tulip Tree #DEA546

Tints of Tulip Tree #DEA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 48.58%
G = 36.11%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEA546 (or 0xDEA546) is known color: Tulip Tree. HEX triplet: DE, A5 and 46. RGB value is (222,165,70). Sum of RGB (Red+Green+Blue) = 222+165+70=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA546 is #215AB9. Grayscale: #ABABAB. Windows color (decimal): -2185914 or 4629982. OLE color: 4629982.

HSL color Cylindrical-coordinate representation of color #DEA546: hue angle of 37.5º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEA546 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 165 70 -
CMYK 0 0.26 0.68 0.13
HSL 37.5º 0.7% 0.57% -
HSV(B) 37.5º 0.68% 0.87% -
XYZ 44.68 42.88 11.72 -
YUV 171.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 222 165 70 0 0.26 0.68 0.13 37.5 0.7 0.57
Hex DE A5 46 0 1A 44 D 26 46 39
Octal 336 245 106 0 32 104 15 46 106 71
Binary 11011110 10100101 1000110 0 11010 1000100 1101 100110 1000110 111001

Color Harmonies of #DEA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA546

Black with #DEA546

Text Example


Text Example

White with #DEA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA546; }

 p { color: rgb(222,165,70); }

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

background-color css

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

 a { background-color: rgb(222,165,70); }

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

border-color css

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

 span { border-color: rgb(222,165,70); }

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