Html Css Color HEX #DDA945 Tulip Tree

📋 copy color: '#DDA945'

red 221 ◦ green 169 ◦ blue 69

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

Shades of Tulip Tree #DDA945

Tints of Tulip Tree #DDA945

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

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

R = 48.15%
G = 36.82%
B = 15.03%

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

#DDA945 (or 0xDDA945) is known color: Tulip Tree. HEX triplet: DD, A9 and 45. RGB value is (221,169,69). Sum of RGB (Red+Green+Blue) = 221+169+69=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA945 is #2256BA. Grayscale: #ADADAD. Windows color (decimal): -2250427 or 4565469. OLE color: 4565469.

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

Color convert

RGB 221 169 69 -
CMYK 0 0.24 0.69 0.13
HSL 39.47º 0.69% 0.57% -
HSV(B) 39.47º 0.69% 0.87% -
XYZ 45.08 44.18 11.78 -
YUV 173.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 221 169 69 0 0.24 0.69 0.13 39.47 0.69 0.57
Hex DD A9 45 0 18 45 D 27 45 39
Octal 335 251 105 0 30 105 15 47 105 71
Binary 11011101 10101001 1000101 0 11000 1000101 1101 100111 1000101 111001

Color Harmonies of #DDA945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA945

Black with #DDA945

Text Example


Text Example

White with #DDA945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA945; }

 p { color: rgb(221,169,69); }

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

background-color css

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

 a { background-color: rgb(221,169,69); }

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

border-color css

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

 span { border-color: rgb(221,169,69); }

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