Html Css Color HEX #DDA844 Tulip Tree

📋 copy color: '#DDA844'

red 221 ◦ green 168 ◦ blue 68

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

Shades of Tulip Tree #DDA844

Tints of Tulip Tree #DDA844

RGB

 RED value IS 221 (86.72% from 255) = 48.36%

 GREEN value IS 168 (66.02% from 255) = 36.76%

 BLUE value IS 68 (26.95% from 255) = 14.88%

R = 48.36%
G = 36.76%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDA844 (or 0xDDA844) is known color: Tulip Tree. HEX triplet: DD, A8 and 44. RGB value is (221,168,68). Sum of RGB (Red+Green+Blue) = 221+168+68=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA844 is #2257BB. Grayscale: #ACACAC. Windows color (decimal): -2250684 or 4499677. OLE color: 4499677.

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

Color convert

RGB 221 168 68 -
CMYK 0 0.24 0.69 0.13
HSL 39.22º 0.69% 0.57% -
HSV(B) 39.22º 0.69% 0.87% -
XYZ 44.86 43.79 11.56 -
YUV 172.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 221 168 68 0 0.24 0.69 0.13 39.22 0.69 0.57
Hex DD A8 44 0 18 45 D 27 45 39
Octal 335 250 104 0 30 105 15 47 105 71
Binary 11011101 10101000 1000100 0 11000 1000101 1101 100111 1000101 111001

Color Harmonies of #DDA844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA844

Black with #DDA844

Text Example


Text Example

White with #DDA844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA844; }

 p { color: rgb(221,168,68); }

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

background-color css

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

 a { background-color: rgb(221,168,68); }

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

border-color css

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

 span { border-color: rgb(221,168,68); }

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