Html Css Color HEX #DDA93A Tulip Tree

📋 copy color: '#DDA93A'

red 221 ◦ green 169 ◦ blue 58

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

Shades of Tulip Tree #DDA93A

Tints of Tulip Tree #DDA93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.95%

R = 49.33%
G = 37.72%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDA93A (or 0xDDA93A) is known color: Tulip Tree. HEX triplet: DD, A9 and 3A. RGB value is (221,169,58). Sum of RGB (Red+Green+Blue) = 221+169+58=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA93A is #2256C5. Grayscale: #ACACAC. Windows color (decimal): -2250438 or 3844573. OLE color: 3844573.

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

Color convert

RGB 221 169 58 -
CMYK 0 0.24 0.74 0.13
HSL 40.86º 0.71% 0.55% -
HSV(B) 40.86º 0.74% 0.87% -
XYZ 44.77 44.05 10.15 -
YUV 171.89 63.73 163.03 -
System Red Green Blue C M Y K H S L
Decimal 221 169 58 0 0.24 0.74 0.13 40.86 0.71 0.55
Hex DD A9 3A 0 18 4A D 29 47 37
Octal 335 251 72 0 30 112 15 51 107 67
Binary 11011101 10101001 111010 0 11000 1001010 1101 101001 1000111 110111

Color Harmonies of #DDA93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA93A

Black with #DDA93A

Text Example


Text Example

White with #DDA93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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