#DDA83A

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

Shades of Tulip Tree #DDA83A

Tints of Tulip Tree #DDA83A

Color information

#DDA83A (or 0xDDA83A) is unknown color: approx Tulip Tree. HEX triplet: DD, A8 and 3A. RGB value is (221,168,58). Sum of RGB (Red+Green+Blue) = 221+168+58=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA83A is #2257C5. Grayscale: #ABABAB. Windows color (decimal): -2250694 or 3844317. OLE color: 3844317.

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

Color convert

RGB22116858-
CMYK00.240.740.13
HSL40.49º70.56%54.71%-
HSV(B)40.49º73.76%86.67%-
XYZ44.5943.6810.08-
YUV171.3164.06163.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 58 (23.05% from 255) = 12.98%
R=49.44%
G=37.58%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211685800.240.740.1340.4970.5654.71
HexDDA83A0184AD284737
Octal33525072030112155010767
Binary1101110110101000111010011000100101011011010001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA83A; }

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

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

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

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

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

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

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

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