#DDB148

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

Shades of Tulip Tree #DDB148

Tints of Tulip Tree #DDB148

Color information

#DDB148 (or 0xDDB148) is unknown color: approx Tulip Tree. HEX triplet: DD, B1 and 48. RGB value is (221,177,72). Sum of RGB (Red+Green+Blue) = 221+177+72=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB148 is #224EB7. Grayscale: #B2B2B2. Windows color (decimal): -2248376 or 4764125. OLE color: 4764125.

HSL color Cylindrical-coordinate representation of color #DDB148: hue angle of 42.28º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDB148 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22117772-
CMYK00.200.670.13
HSL42.28º68.66%57.45%-
HSV(B)42.28º67.42%86.67%-
XYZ46.7147.2812.8-
YUV178.1968.08158.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 72 (28.52% from 255) = 15.32%
R=47.02%
G=37.66%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211777200.200.670.1342.2868.6657.45
HexDDB14801443D2a4539
Octal335261110024103155210571
Binary11011101101100011001000010100100001111011010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB148; }

 p { color: rgb(221,177,72); }

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

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

 a { background-color: rgb(221,177,72); }

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

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

 span { border-color: rgb(221,177,72); }

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