Html Css Color HEX #DEAB40 Tulip Tree

📋 copy color: '#DEAB40'

red 222 ◦ green 171 ◦ blue 64

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

Shades of Tulip Tree #DEAB40

Tints of Tulip Tree #DEAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 48.58%
G = 37.42%
B = 14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEAB40 (or 0xDEAB40) is known color: Tulip Tree. HEX triplet: DE, AB and 40. RGB value is (222,171,64). Sum of RGB (Red+Green+Blue) = 222+171+64=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB40 is #2154BF. Grayscale: #AEAEAE. Windows color (decimal): -2184384 or 4238302. OLE color: 4238302.

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

Color convert

RGB 222 171 64 -
CMYK 0 0.23 0.71 0.13
HSL 40.63º 0.71% 0.56% -
HSV(B) 40.63º 0.71% 0.87% -
XYZ 45.61 45.03 11.14 -
YUV 174.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 222 171 64 0 0.23 0.71 0.13 40.63 0.71 0.56
Hex DE AB 40 0 17 47 D 29 47 38
Octal 336 253 100 0 27 107 15 51 107 70
Binary 11011110 10101011 1000000 0 10111 1000111 1101 101001 1000111 111000

Color Harmonies of #DEAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB40

Black with #DEAB40

Text Example


Text Example

White with #DEAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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