Html Css Color HEX #DEB148 Tulip Tree

📋 copy color: '#DEB148'

red 222 ◦ green 177 ◦ blue 72

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

Shades of Tulip Tree #DEB148

Tints of Tulip Tree #DEB148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.58%

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

R = 47.13%
G = 37.58%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEB148 (or 0xDEB148) is known color: Tulip Tree. HEX triplet: DE, B1 and 48. RGB value is (222,177,72). Sum of RGB (Red+Green+Blue) = 222+177+72=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB148 is #214EB7. Grayscale: #B2B2B2. Windows color (decimal): -2182840 or 4764126. OLE color: 4764126.

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

Color convert

RGB 222 177 72 -
CMYK 0 0.20 0.68 0.13
HSL 42º 0.69% 0.58% -
HSV(B) 42º 0.68% 0.87% -
XYZ 47.02 47.44 12.81 -
YUV 178.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 222 177 72 0 0.20 0.68 0.13 42 0.69 0.58
Hex DE B1 48 0 14 44 D 2A 45 3A
Octal 336 261 110 0 24 104 15 52 105 72
Binary 11011110 10110001 1001000 0 10100 1000100 1101 101010 1000101 111010

Color Harmonies of #DEB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB148

Black with #DEB148

Text Example


Text Example

White with #DEB148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB148; }

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

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

background-color css

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

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

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

border-color css

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

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

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