Html Css Color HEX #DEB038 Tulip Tree

📋 copy color: '#DEB038'

red 222 ◦ green 176 ◦ blue 56

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

Shades of Tulip Tree #DEB038

Tints of Tulip Tree #DEB038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.33%

R = 48.9%
G = 38.77%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DEB038 (or 0xDEB038) is known color: Tulip Tree. HEX triplet: DE, B0 and 38. RGB value is (222,176,56). Sum of RGB (Red+Green+Blue) = 222+176+56=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEB038 is #214FC7. Grayscale: #B0B0B0. Windows color (decimal): -2183112 or 3715294. OLE color: 3715294.

HSL color Cylindrical-coordinate representation of color #DEB038: hue angle of 43.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEB038 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 56 -
CMYK 0 0.21 0.75 0.13
HSL 43.37º 0.72% 0.55% -
HSV(B) 43.37º 0.75% 0.87% -
XYZ 46.36 46.87 10.34 -
YUV 176.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 222 176 56 0 0.21 0.75 0.13 43.37 0.72 0.55
Hex DE B0 38 0 15 4B D 2B 48 37
Octal 336 260 70 0 25 113 15 53 110 67
Binary 11011110 10110000 111000 0 10101 1001011 1101 101011 1001000 110111

Color Harmonies of #DEB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB038

Black with #DEB038

Text Example


Text Example

White with #DEB038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB038; }

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

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

background-color css

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

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

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

border-color css

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

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

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