Html Css Color HEX #DDA93D Tulip Tree

📋 copy color: '#DDA93D'

red 221 ◦ green 169 ◦ blue 61

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

Shades of Tulip Tree #DDA93D

Tints of Tulip Tree #DDA93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.53%

R = 49%
G = 37.47%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDA93D (or 0xDDA93D) is known color: Tulip Tree. HEX triplet: DD, A9 and 3D. RGB value is (221,169,61). Sum of RGB (Red+Green+Blue) = 221+169+61=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA93D is #2256C2. Grayscale: #ACACAC. Windows color (decimal): -2250435 or 4041181. OLE color: 4041181.

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

Color convert

RGB 221 169 61 -
CMYK 0 0.24 0.72 0.13
HSL 40.5º 0.7% 0.55% -
HSV(B) 40.5º 0.72% 0.87% -
XYZ 44.85 44.09 10.56 -
YUV 172.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 221 169 61 0 0.24 0.72 0.13 40.5 0.7 0.55
Hex DD A9 3D 0 18 48 D 28 46 37
Octal 335 251 75 0 30 110 15 50 106 67
Binary 11011101 10101001 111101 0 11000 1001000 1101 101000 1000110 110111

Color Harmonies of #DDA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA93D

Black with #DDA93D

Text Example


Text Example

White with #DDA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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