#DDA833

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

Shades of Tulip Tree #DDA833

Tints of Tulip Tree #DDA833

Color information

#DDA833 (or 0xDDA833) is unknown color: approx Tulip Tree. HEX triplet: DD, A8 and 33. RGB value is (221,168,51). Sum of RGB (Red+Green+Blue) = 221+168+51=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA833 is #2257CC. Grayscale: #ABABAB. Windows color (decimal): -2250701 or 3385565. OLE color: 3385565.

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

Color convert

RGB22116851-
CMYK00.240.770.13
HSL41.29º71.43%53.33%-
HSV(B)41.29º76.92%86.67%-
XYZ44.4243.629.21-
YUV170.5160.56164.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=50.23%
G=38.18%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211685100.240.770.1341.2971.4353.33
HexDDA8330184DD294735
Octal33525063030115155110765
Binary1101110110101000110011011000100110111011010011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA833; }

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

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

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

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

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

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

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

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