Html Css Color HEX #DEAB34 Tulip Tree

📋 copy color: '#DEAB34'

red 222 ◦ green 171 ◦ blue 52

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

Shades of Tulip Tree #DEAB34

Tints of Tulip Tree #DEAB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.69%

R = 49.89%
G = 38.43%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DEAB34 (or 0xDEAB34) is known color: Tulip Tree. HEX triplet: DE, AB and 34. RGB value is (222,171,52). Sum of RGB (Red+Green+Blue) = 222+171+52=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB34 is #2154CB. Grayscale: #ADADAD. Windows color (decimal): -2184396 or 3451870. OLE color: 3451870.

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

Color convert

RGB 222 171 52 -
CMYK 0 0.23 0.77 0.13
HSL 42º 0.72% 0.54% -
HSV(B) 42º 0.77% 0.87% -
XYZ 45.31 44.9 9.53 -
YUV 172.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 222 171 52 0 0.23 0.77 0.13 42 0.72 0.54
Hex DE AB 34 0 17 4D D 2A 48 36
Octal 336 253 64 0 27 115 15 52 110 66
Binary 11011110 10101011 110100 0 10111 1001101 1101 101010 1001000 110110

Color Harmonies of #DEAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB34

Black with #DEAB34

Text Example


Text Example

White with #DEAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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