#dfab3f

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

Shades of Tulip Tree #DFAB3F

Tints of Tulip Tree #DFAB3F

Color information

#DFAB3F (or 0xDFAB3F) is unknown color: approx Tulip Tree. HEX triplet: DF, AB and 3F. RGB value is (223,171,63). Sum of RGB (Red+Green+Blue) = 223+171+63=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB3F is #2054C0. Grayscale: #AEAEAE. Windows color (decimal): -2118849 or 4172767. OLE color: 4172767.

HSL color Cylindrical-coordinate representation of color #DFAB3F: hue angle of 40.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFAB3F is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22317163-
CMYK00.230.720.13
HSL40.5º71.43%56.08%-
HSV(B)40.5º71.75%87.45%-
XYZ45.8945.1711-
YUV174.2465.23162.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 63 (25% from 255) = 13.79%
R=48.80%
G=37.42%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231716300.230.720.1340.571.4356.08
HexDFAB3F01748D284738
Octal33725377027110155010770
Binary1101111110101011111111010111100100011011010001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfab3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfab3f; }

 p { color: rgb(223,171,63); }

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

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

 a { background-color: rgb(223,171,63); }

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

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

 span { border-color: rgb(223,171,63); }

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