#DDB248

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

Shades of Tulip Tree #DDB248

Tints of Tulip Tree #DDB248

Color information

#DDB248 (or 0xDDB248) is unknown color: approx Tulip Tree. HEX triplet: DD, B2 and 48. RGB value is (221,178,72). Sum of RGB (Red+Green+Blue) = 221+178+72=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB248 is #224DB7. Grayscale: #B3B3B3. Windows color (decimal): -2248120 or 4764381. OLE color: 4764381.

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

Color convert

RGB22117872-
CMYK00.190.670.13
HSL42.68º68.66%57.45%-
HSV(B)42.68º67.42%86.67%-
XYZ46.9147.6812.86-
YUV178.7767.75158.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 72 (28.52% from 255) = 15.29%
R=46.92%
G=37.79%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211787200.190.670.1342.6868.6657.45
HexDDB24801343D2b4539
Octal335262110023103155310571
Binary11011101101100101001000010011100001111011010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB248; }

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

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

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

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

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

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

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

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