Shades of Tulip Tree #DDB23D
Tints of Tulip Tree #DDB23D
RGB
CMYK
RGB Variations
Color information
#DDB23D (or 0xDDB23D) is known color: Tulip Tree. HEX triplet: DD, B2 and 3D. RGB value is (221,178,61). Sum of RGB (Red+Green+Blue) = 221+178+61=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB23D is #224DC2. Grayscale: #B2B2B2. Windows color (decimal): -2248131 or 4043485. OLE color: 4043485.
HSL color Cylindrical-coordinate representation of color #DDB23D: hue angle of 43.88º 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 #DDB23D is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 178 | 61 | - |
CMYK | 0 | 0.19 | 0.72 | 0.13 |
HSL | 43.88º | 0.7% | 0.55% | - |
HSV(B) | 43.88º | 0.72% | 0.87% | - |
XYZ | 46.58 | 47.55 | 11.14 | - |
YUV | 177.52 | 62.25 | 159.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 61 | 0 | 0.19 | 0.72 | 0.13 | 43.88 | 0.7 | 0.55 |
Hex | DD | B2 | 3D | 0 | 13 | 48 | D | 2C | 46 | 37 |
Octal | 335 | 262 | 75 | 0 | 23 | 110 | 15 | 54 | 106 | 67 |
Binary | 11011101 | 10110010 | 111101 | 0 | 10011 | 1001000 | 1101 | 101100 | 1000110 | 110111 |
Color Harmonies of #DDB23D
Complementary color
Monochromatic Colors of #DDB23D
Black with #DDB23D
Text Example
Text Example
White with #DDB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB23D; }
p { color: rgb(221,178,61); }
H1.HeaderClassName
{
color: #DDB23D;
}
.AnyTagClassName
{
color: #DDB23D;
}
</style>
background-color css
<style>
a { background-color: #DDB23D; }
a { background-color: rgb(221,178,61); }
div.DivClassName
{
background-color: #DDB23D;
}
.BgClassName
{
background-color: #DDB23D;
}
</style>
border-color css
<style>
span { border-color: #DDB23D; }
span { border-color: rgb(221,178,61); }
td.TdClassName
{
border-color: #DDB23D;
}
.TagClassName
{
border-color: #DDB23D;
}
</style>