Html Css Color HEX #DDA940 Tulip Tree

📋 copy color: '#DDA940'

red 221 ◦ green 169 ◦ blue 64

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

Shades of Tulip Tree #DDA940

Tints of Tulip Tree #DDA940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 48.68%
G = 37.22%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA940 (or 0xDDA940) is known color: Tulip Tree. HEX triplet: DD, A9 and 40. RGB value is (221,169,64). Sum of RGB (Red+Green+Blue) = 221+169+64=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA940 is #2256BF. Grayscale: #ADADAD. Windows color (decimal): -2250432 or 4237789. OLE color: 4237789.

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

Color convert

RGB 221 169 64 -
CMYK 0 0.24 0.71 0.13
HSL 40.13º 0.7% 0.56% -
HSV(B) 40.13º 0.71% 0.87% -
XYZ 44.93 44.12 11 -
YUV 172.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 221 169 64 0 0.24 0.71 0.13 40.13 0.7 0.56
Hex DD A9 40 0 18 47 D 28 46 38
Octal 335 251 100 0 30 107 15 50 106 70
Binary 11011101 10101001 1000000 0 11000 1000111 1101 101000 1000110 111000

Color Harmonies of #DDA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA940

Black with #DDA940

Text Example


Text Example

White with #DDA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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