#DDA63D

Color #DDA63D Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #DDA63D

Tints of Tulip Tree #DDA63D

Color information

#DDA63D (or 0xDDA63D) is unknown color: approx Tulip Tree. HEX triplet: DD, A6 and 3D. RGB value is (221,166,61). Sum of RGB (Red+Green+Blue) = 221+166+61=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA63D is #2259C2. Grayscale: #AAAAAA. Windows color (decimal): -2251203 or 4040413. OLE color: 4040413.

HSL color Cylindrical-coordinate representation of color #DDA63D: hue angle of 39.38º 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 #DDA63D is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22116661-
CMYK00.250.720.13
HSL39.38º70.18%55.29%-
HSV(B)39.38º72.4%86.67%-
XYZ44.342.9810.38-
YUV170.4866.22164.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 61 (24.22% from 255) = 13.62%
R=49.33%
G=37.05%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211666100.250.720.1339.3870.1855.29
HexDDA63D01948D274637
Octal33524675031110154710667
Binary1101110110100110111101011001100100011011001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA63D; }

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

 H1.HeaderClassName
 {
   color: #DDA63D;
 }
 .AnyTagClassName
 {
   color: #DDA63D;
 }
</style>
background-color css

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

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

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

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

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

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