Html Css Color HEX #DEA531 Tulip Tree

📋 copy color: '#DEA531'

red 222 ◦ green 165 ◦ blue 49

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

Shades of Tulip Tree #DEA531

Tints of Tulip Tree #DEA531

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

 BLUE value IS 49 (19.53% from 255) = 11.24%

R = 50.92%
G = 37.84%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEA531 (or 0xDEA531) is known color: Tulip Tree. HEX triplet: DE, A5 and 31. RGB value is (222,165,49). Sum of RGB (Red+Green+Blue) = 222+165+49=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA531 is #215ACE. Grayscale: #A9A9A9. Windows color (decimal): -2185935 or 3253726. OLE color: 3253726.

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

Color convert

RGB 222 165 49 -
CMYK 0 0.26 0.78 0.13
HSL 40.23º 0.72% 0.53% -
HSV(B) 40.23º 0.78% 0.87% -
XYZ 44.13 42.66 8.81 -
YUV 168.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 222 165 49 0 0.26 0.78 0.13 40.23 0.72 0.53
Hex DE A5 31 0 1A 4E D 28 48 35
Octal 336 245 61 0 32 116 15 50 110 65
Binary 11011110 10100101 110001 0 11010 1001110 1101 101000 1001000 110101

Color Harmonies of #DEA531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA531

Black with #DEA531

Text Example


Text Example

White with #DEA531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA531; }

 p { color: rgb(222,165,49); }

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

background-color css

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

 a { background-color: rgb(222,165,49); }

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

border-color css

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

 span { border-color: rgb(222,165,49); }

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