Html Css Color HEX #DEB445 Tulip Tree

📋 copy color: '#DEB445'

red 222 ◦ green 180 ◦ blue 69

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

Shades of Tulip Tree #DEB445

Tints of Tulip Tree #DEB445

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.22%

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 47.13%
G = 38.22%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEB445 (or 0xDEB445) is known color: Tulip Tree. HEX triplet: DE, B4 and 45. RGB value is (222,180,69). Sum of RGB (Red+Green+Blue) = 222+180+69=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB445 is #214BBA. Grayscale: #B4B4B4. Windows color (decimal): -2182075 or 4568286. OLE color: 4568286.

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

Color convert

RGB 222 180 69 -
CMYK 0 0.19 0.69 0.13
HSL 43.53º 0.7% 0.57% -
HSV(B) 43.53º 0.69% 0.87% -
XYZ 47.52 48.6 12.51 -
YUV 179.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 222 180 69 0 0.19 0.69 0.13 43.53 0.7 0.57
Hex DE B4 45 0 13 45 D 2C 46 39
Octal 336 264 105 0 23 105 15 54 106 71
Binary 11011110 10110100 1000101 0 10011 1000101 1101 101100 1000110 111001

Color Harmonies of #DEB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB445

Black with #DEB445

Text Example


Text Example

White with #DEB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB445; }

 p { color: rgb(222,180,69); }

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

background-color css

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

 a { background-color: rgb(222,180,69); }

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

border-color css

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

 span { border-color: rgb(222,180,69); }

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