Html Css Color HEX #DEB548 Tulip Tree

📋 copy color: '#DEB548'

red 222 ◦ green 181 ◦ blue 72

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

Shades of Tulip Tree #DEB548

Tints of Tulip Tree #DEB548

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

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

R = 46.74%
G = 38.11%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEB548 (or 0xDEB548) is known color: Tulip Tree. HEX triplet: DE, B5 and 48. RGB value is (222,181,72). Sum of RGB (Red+Green+Blue) = 222+181+72=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB548 is #214AB7. Grayscale: #B5B5B5. Windows color (decimal): -2181816 or 4765150. OLE color: 4765150.

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

Color convert

RGB 222 181 72 -
CMYK 0 0.18 0.68 0.13
HSL 43.6º 0.69% 0.58% -
HSV(B) 43.6º 0.68% 0.87% -
XYZ 47.82 49.05 13.08 -
YUV 180.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 222 181 72 0 0.18 0.68 0.13 43.6 0.69 0.58
Hex DE B5 48 0 12 44 D 2C 45 3A
Octal 336 265 110 0 22 104 15 54 105 72
Binary 11011110 10110101 1001000 0 10010 1000100 1101 101100 1000101 111010

Color Harmonies of #DEB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB548

Black with #DEB548

Text Example


Text Example

White with #DEB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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