#DFA33B

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

Shades of Tulip Tree #DFA33B

Tints of Tulip Tree #DFA33B

Color information

#DFA33B (or 0xDFA33B) is unknown color: approx Tulip Tree. HEX triplet: DF, A3 and 3B. RGB value is (223,163,59). Sum of RGB (Red+Green+Blue) = 223+163+59=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA33B is #205CC4. Grayscale: #A9A9A9. Windows color (decimal): -2120901 or 3908575. OLE color: 3908575.

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

Color convert

RGB22316359-
CMYK00.270.740.13
HSL38.05º71.93%55.29%-
HSV(B)38.05º73.54%87.45%-
XYZ44.3242.29.95-
YUV169.0865.88166.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 59 (23.44% from 255) = 13.26%
R=50.11%
G=36.63%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231635900.270.740.1338.0571.9355.29
HexDFA33B01B4AD264837
Octal33724373033112154611067
Binary1101111110100011111011011011100101011011001101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA33B; }

 p { color: rgb(223,163,59); }

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

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

 a { background-color: rgb(223,163,59); }

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

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

 span { border-color: rgb(223,163,59); }

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