#ddb03a

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

Shades of Tulip Tree #DDB03A

Tints of Tulip Tree #DDB03A

Color information

#DDB03A (or 0xDDB03A) is unknown color: approx Tulip Tree. HEX triplet: DD, B0 and 3A. RGB value is (221,176,58). Sum of RGB (Red+Green+Blue) = 221+176+58=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB03A is #224FC5. Grayscale: #B0B0B0. Windows color (decimal): -2248646 or 3846365. OLE color: 3846365.

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

Color convert

RGB22117658-
CMYK00.200.740.13
HSL43.44º70.56%54.71%-
HSV(B)43.44º73.76%86.67%-
XYZ46.1146.7310.59-
YUV17661.41160.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 58 (23.05% from 255) = 12.75%
R=48.57%
G=38.68%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211765800.200.740.1343.4470.5654.71
HexDDB03A0144AD2b4737
Octal33526072024112155310767
Binary1101110110110000111010010100100101011011010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb03a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb03a; }

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

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

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

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

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

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

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

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