Html Css Color HEX #DDA946 Tulip Tree

📋 copy color: '#DDA946'

red 221 ◦ green 169 ◦ blue 70

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

Shades of Tulip Tree #DDA946

Tints of Tulip Tree #DDA946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.22%

R = 48.04%
G = 36.74%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDA946 (or 0xDDA946) is known color: Tulip Tree. HEX triplet: DD, A9 and 46. RGB value is (221,169,70). Sum of RGB (Red+Green+Blue) = 221+169+70=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA946 is #2256B9. Grayscale: #ADADAD. Windows color (decimal): -2250426 or 4631005. OLE color: 4631005.

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

Color convert

RGB 221 169 70 -
CMYK 0 0.24 0.68 0.13
HSL 39.34º 0.69% 0.57% -
HSV(B) 39.34º 0.68% 0.87% -
XYZ 45.11 44.19 11.95 -
YUV 173.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 221 169 70 0 0.24 0.68 0.13 39.34 0.69 0.57
Hex DD A9 46 0 18 44 D 27 45 39
Octal 335 251 106 0 30 104 15 47 105 71
Binary 11011101 10101001 1000110 0 11000 1000100 1101 100111 1000101 111001

Color Harmonies of #DDA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA946

Black with #DDA946

Text Example


Text Example

White with #DDA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA946; }

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

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

background-color css

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

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

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

border-color css

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

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

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