Html Css Color HEX #DDA443 Tulip Tree

📋 copy color: '#DDA443'

red 221 ◦ green 164 ◦ blue 67

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

Shades of Tulip Tree #DDA443

Tints of Tulip Tree #DDA443

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.28%

 BLUE value IS 67 (26.56% from 255) = 14.82%

R = 48.89%
G = 36.28%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDA443 (or 0xDDA443) is known color: Tulip Tree. HEX triplet: DD, A4 and 43. RGB value is (221,164,67). Sum of RGB (Red+Green+Blue) = 221+164+67=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA443 is #225BBC. Grayscale: #AAAAAA. Windows color (decimal): -2251709 or 4433117. OLE color: 4433117.

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

Color convert

RGB 221 164 67 -
CMYK 0 0.26 0.70 0.13
HSL 37.79º 0.69% 0.56% -
HSV(B) 37.79º 0.7% 0.87% -
XYZ 44.11 42.33 11.16 -
YUV 169.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 221 164 67 0 0.26 0.70 0.13 37.79 0.69 0.56
Hex DD A4 43 0 1A 46 D 26 45 38
Octal 335 244 103 0 32 106 15 46 105 70
Binary 11011101 10100100 1000011 0 11010 1000110 1101 100110 1000101 111000

Color Harmonies of #DDA443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA443

Black with #DDA443

Text Example


Text Example

White with #DDA443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA443; }

 p { color: rgb(221,164,67); }

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

background-color css

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

 a { background-color: rgb(221,164,67); }

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

border-color css

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

 span { border-color: rgb(221,164,67); }

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