Html Css Color HEX #DEB540 Tulip Tree

📋 copy color: '#DEB540'

red 222 ◦ green 181 ◦ blue 64

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

Shades of Tulip Tree #DEB540

Tints of Tulip Tree #DEB540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 47.54%
G = 38.76%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEB540 (or 0xDEB540) is known color: Tulip Tree. HEX triplet: DE, B5 and 40. RGB value is (222,181,64). Sum of RGB (Red+Green+Blue) = 222+181+64=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB540 is #214ABF. Grayscale: #B4B4B4. Windows color (decimal): -2181824 or 4240862. OLE color: 4240862.

HSL color Cylindrical-coordinate representation of color #DEB540: hue angle of 44.43º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEB540 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 181 64 -
CMYK 0 0.18 0.71 0.13
HSL 44.43º 0.71% 0.56% -
HSV(B) 44.43º 0.71% 0.87% -
XYZ 47.57 48.95 11.79 -
YUV 179.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 222 181 64 0 0.18 0.71 0.13 44.43 0.71 0.56
Hex DE B5 40 0 12 47 D 2C 47 38
Octal 336 265 100 0 22 107 15 54 107 70
Binary 11011110 10110101 1000000 0 10010 1000111 1101 101100 1000111 111000

Color Harmonies of #DEB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB540

Black with #DEB540

Text Example


Text Example

White with #DEB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB540; }

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

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

background-color css

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

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

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

border-color css

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

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

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