Html Css Color HEX #DEAE3C Tulip Tree

📋 copy color: '#DEAE3C'

red 222 ◦ green 174 ◦ blue 60

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

Shades of Tulip Tree #DEAE3C

Tints of Tulip Tree #DEAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 60 (23.83% from 255) = 13.16%

R = 48.68%
G = 38.16%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEAE3C (or 0xDEAE3C) is known color: Tulip Tree. HEX triplet: DE, AE and 3C. RGB value is (222,174,60). Sum of RGB (Red+Green+Blue) = 222+174+60=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE3C is #2151C3. Grayscale: #AFAFAF. Windows color (decimal): -2183620 or 3976926. OLE color: 3976926.

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

Color convert

RGB 222 174 60 -
CMYK 0 0.22 0.73 0.13
HSL 42.22º 0.71% 0.55% -
HSV(B) 42.22º 0.73% 0.87% -
XYZ 46.08 46.13 10.75 -
YUV 175.36 62.9 161.27 -
System Red Green Blue C M Y K H S L
Decimal 222 174 60 0 0.22 0.73 0.13 42.22 0.71 0.55
Hex DE AE 3C 0 16 49 D 2A 47 37
Octal 336 256 74 0 26 111 15 52 107 67
Binary 11011110 10101110 111100 0 10110 1001001 1101 101010 1000111 110111

Color Harmonies of #DEAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE3C

Black with #DEAE3C

Text Example


Text Example

White with #DEAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE3C; }

 p { color: rgb(222,174,60); }

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

background-color css

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

 a { background-color: rgb(222,174,60); }

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

border-color css

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

 span { border-color: rgb(222,174,60); }

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