Html Css Color HEX #DEAF41 Tulip Tree

📋 copy color: '#DEAF41'

red 222 ◦ green 175 ◦ blue 65

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

Shades of Tulip Tree #DEAF41

Tints of Tulip Tree #DEAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.07%

R = 48.05%
G = 37.88%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEAF41 (or 0xDEAF41) is known color: Tulip Tree. HEX triplet: DE, AF and 41. RGB value is (222,175,65). Sum of RGB (Red+Green+Blue) = 222+175+65=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF41 is #2150BE. Grayscale: #B1B1B1. Windows color (decimal): -2183359 or 4304862. OLE color: 4304862.

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

Color convert

RGB 222 175 65 -
CMYK 0 0.21 0.71 0.13
HSL 42.04º 0.7% 0.56% -
HSV(B) 42.04º 0.71% 0.87% -
XYZ 46.41 46.57 11.54 -
YUV 176.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 222 175 65 0 0.21 0.71 0.13 42.04 0.7 0.56
Hex DE AF 41 0 15 47 D 2A 46 38
Octal 336 257 101 0 25 107 15 52 106 70
Binary 11011110 10101111 1000001 0 10101 1000111 1101 101010 1000110 111000

Color Harmonies of #DEAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF41

Black with #DEAF41

Text Example


Text Example

White with #DEAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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