Html Css Color HEX #DEAC48 Tulip Tree

📋 copy color: '#DEAC48'

red 222 ◦ green 172 ◦ blue 72

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

Shades of Tulip Tree #DEAC48

Tints of Tulip Tree #DEAC48

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 47.64%
G = 36.91%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEAC48 (or 0xDEAC48) is known color: Tulip Tree. HEX triplet: DE, AC and 48. RGB value is (222,172,72). Sum of RGB (Red+Green+Blue) = 222+172+72=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC48 is #2153B7. Grayscale: #AFAFAF. Windows color (decimal): -2184120 or 4762846. OLE color: 4762846.

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

Color convert

RGB 222 172 72 -
CMYK 0 0.23 0.68 0.13
HSL 40º 0.69% 0.58% -
HSV(B) 40º 0.68% 0.87% -
XYZ 46.05 45.5 12.49 -
YUV 175.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 222 172 72 0 0.23 0.68 0.13 40 0.69 0.58
Hex DE AC 48 0 17 44 D 28 45 3A
Octal 336 254 110 0 27 104 15 50 105 72
Binary 11011110 10101100 1001000 0 10111 1000100 1101 101000 1000101 111010

Color Harmonies of #DEAC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC48

Black with #DEAC48

Text Example


Text Example

White with #DEAC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC48; }

 p { color: rgb(222,172,72); }

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

background-color css

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

 a { background-color: rgb(222,172,72); }

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

border-color css

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

 span { border-color: rgb(222,172,72); }

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