Html Css Color HEX #DEB640 Tulip Tree

📋 copy color: '#DEB640'

red 222 ◦ green 182 ◦ blue 64

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

Shades of Tulip Tree #DEB640

Tints of Tulip Tree #DEB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 64 (25.39% from 255) = 13.68%

R = 47.44%
G = 38.89%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEB640 (or 0xDEB640) is known color: Tulip Tree. HEX triplet: DE, B6 and 40. RGB value is (222,182,64). Sum of RGB (Red+Green+Blue) = 222+182+64=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB640 is #2149BF. Grayscale: #B5B5B5. Windows color (decimal): -2181568 or 4241118. OLE color: 4241118.

HSL color Cylindrical-coordinate representation of color #DEB640: hue angle of 44.81º degrees, saturation: 0.71, 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 #DEB640 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 182 64 -
CMYK 0 0.18 0.71 0.13
HSL 44.81º 0.71% 0.56% -
HSV(B) 44.81º 0.71% 0.87% -
XYZ 47.78 49.36 11.86 -
YUV 180.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 222 182 64 0 0.18 0.71 0.13 44.81 0.71 0.56
Hex DE B6 40 0 12 47 D 2D 47 38
Octal 336 266 100 0 22 107 15 55 107 70
Binary 11011110 10110110 1000000 0 10010 1000111 1101 101101 1000111 111000

Color Harmonies of #DEB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB640

Black with #DEB640

Text Example


Text Example

White with #DEB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB640; }

 p { color: rgb(222,182,64); }

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

background-color css

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

 a { background-color: rgb(222,182,64); }

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

border-color css

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

 span { border-color: rgb(222,182,64); }

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