Html Css Color HEX #DEB945 Tulip Tree

📋 copy color: '#DEB945'

red 222 ◦ green 185 ◦ blue 69

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

Shades of Tulip Tree #DEB945

Tints of Tulip Tree #DEB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.87%

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

R = 46.64%
G = 38.87%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEB945 (or 0xDEB945) is known color: Tulip Tree. HEX triplet: DE, B9 and 45. RGB value is (222,185,69). Sum of RGB (Red+Green+Blue) = 222+185+69=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB945 is #2146BA. Grayscale: #B7B7B7. Windows color (decimal): -2180795 or 4569566. OLE color: 4569566.

HSL color Cylindrical-coordinate representation of color #DEB945: hue angle of 45.49º 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 #DEB945 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 185 69 -
CMYK 0 0.17 0.69 0.13
HSL 45.49º 0.7% 0.57% -
HSV(B) 45.49º 0.69% 0.87% -
XYZ 48.55 50.66 12.85 -
YUV 182.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 222 185 69 0 0.17 0.69 0.13 45.49 0.7 0.57
Hex DE B9 45 0 11 45 D 2D 46 39
Octal 336 271 105 0 21 105 15 55 106 71
Binary 11011110 10111001 1000101 0 10001 1000101 1101 101101 1000110 111001

Color Harmonies of #DEB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB945

Black with #DEB945

Text Example


Text Example

White with #DEB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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