Html Css Color HEX #DEB048 Tulip Tree

📋 copy color: '#DEB048'

red 222 ◦ green 176 ◦ blue 72

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

Shades of Tulip Tree #DEB048

Tints of Tulip Tree #DEB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.45%

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

R = 47.23%
G = 37.45%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEB048 (or 0xDEB048) is known color: Tulip Tree. HEX triplet: DE, B0 and 48. RGB value is (222,176,72). Sum of RGB (Red+Green+Blue) = 222+176+72=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB048 is #214FB7. Grayscale: #B2B2B2. Windows color (decimal): -2183096 or 4763870. OLE color: 4763870.

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

Color convert

RGB 222 176 72 -
CMYK 0 0.21 0.68 0.13
HSL 41.6º 0.69% 0.58% -
HSV(B) 41.6º 0.68% 0.87% -
XYZ 46.82 47.05 12.74 -
YUV 177.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 222 176 72 0 0.21 0.68 0.13 41.6 0.69 0.58
Hex DE B0 48 0 15 44 D 2A 45 3A
Octal 336 260 110 0 25 104 15 52 105 72
Binary 11011110 10110000 1001000 0 10101 1000100 1101 101010 1000101 111010

Color Harmonies of #DEB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB048

Black with #DEB048

Text Example


Text Example

White with #DEB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB048; }

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

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

background-color css

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

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

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

border-color css

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

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

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