Html Css Color HEX #DEAF38 Tulip Tree

📋 copy color: '#DEAF38'

red 222 ◦ green 175 ◦ blue 56

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

Shades of Tulip Tree #DEAF38

Tints of Tulip Tree #DEAF38

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.63%

 BLUE value IS 56 (22.27% from 255) = 12.36%

R = 49.01%
G = 38.63%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DEAF38 (or 0xDEAF38) is known color: Tulip Tree. HEX triplet: DE, AF and 38. RGB value is (222,175,56). Sum of RGB (Red+Green+Blue) = 222+175+56=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF38 is #2150C7. Grayscale: #B0B0B0. Windows color (decimal): -2183368 or 3715038. OLE color: 3715038.

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

Color convert

RGB 222 175 56 -
CMYK 0 0.21 0.75 0.13
HSL 43.01º 0.72% 0.55% -
HSV(B) 43.01º 0.75% 0.87% -
XYZ 46.17 46.48 10.28 -
YUV 175.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 222 175 56 0 0.21 0.75 0.13 43.01 0.72 0.55
Hex DE AF 38 0 15 4B D 2B 48 37
Octal 336 257 70 0 25 113 15 53 110 67
Binary 11011110 10101111 111000 0 10101 1001011 1101 101011 1001000 110111

Color Harmonies of #DEAF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF38

Black with #DEAF38

Text Example


Text Example

White with #DEAF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF38; }

 p { color: rgb(222,175,56); }

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

background-color css

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

 a { background-color: rgb(222,175,56); }

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

border-color css

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

 span { border-color: rgb(222,175,56); }

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