Html Css Color HEX #DEA830 Tulip Tree

📋 copy color: '#DEA830'

red 222 ◦ green 168 ◦ blue 48

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

Shades of Tulip Tree #DEA830

Tints of Tulip Tree #DEA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

 BLUE value IS 48 (19.14% from 255) = 10.96%

R = 50.68%
G = 38.36%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEA830 (or 0xDEA830) is known color: Tulip Tree. HEX triplet: DE, A8 and 30. RGB value is (222,168,48). Sum of RGB (Red+Green+Blue) = 222+168+48=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA830 is #2157CF. Grayscale: #AAAAAA. Windows color (decimal): -2185168 or 3188958. OLE color: 3188958.

HSL color Cylindrical-coordinate representation of color #DEA830: hue angle of 41.38º degrees, saturation: 0.73, 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 #DEA830 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 168 48 -
CMYK 0 0.24 0.78 0.13
HSL 41.38º 0.73% 0.53% -
HSV(B) 41.38º 0.78% 0.87% -
XYZ 44.66 43.75 8.89 -
YUV 170.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 222 168 48 0 0.24 0.78 0.13 41.38 0.73 0.53
Hex DE A8 30 0 18 4E D 29 48 35
Octal 336 250 60 0 30 116 15 51 110 65
Binary 11011110 10101000 110000 0 11000 1001110 1101 101001 1001000 110101

Color Harmonies of #DEA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA830

Black with #DEA830

Text Example


Text Example

White with #DEA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA830; }

 p { color: rgb(222,168,48); }

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

background-color css

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

 a { background-color: rgb(222,168,48); }

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

border-color css

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

 span { border-color: rgb(222,168,48); }

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