Html Css Color HEX #DEAF3E Tulip Tree

📋 copy color: '#DEAF3E'

red 222 ◦ green 175 ◦ blue 62

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

Shades of Tulip Tree #DEAF3E

Tints of Tulip Tree #DEAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.51%

R = 48.37%
G = 38.13%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DEAF3E (or 0xDEAF3E) is known color: Tulip Tree. HEX triplet: DE, AF and 3E. RGB value is (222,175,62). Sum of RGB (Red+Green+Blue) = 222+175+62=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF3E is #2150C1. Grayscale: #B0B0B0. Windows color (decimal): -2183362 or 4108254. OLE color: 4108254.

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

Color convert

RGB 222 175 62 -
CMYK 0 0.21 0.72 0.13
HSL 42.38º 0.71% 0.56% -
HSV(B) 42.38º 0.72% 0.87% -
XYZ 46.32 46.54 11.1 -
YUV 176.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 222 175 62 0 0.21 0.72 0.13 42.38 0.71 0.56
Hex DE AF 3E 0 15 48 D 2A 47 38
Octal 336 257 76 0 25 110 15 52 107 70
Binary 11011110 10101111 111110 0 10101 1001000 1101 101010 1000111 111000

Color Harmonies of #DEAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF3E

Black with #DEAF3E

Text Example


Text Example

White with #DEAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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