#DFAF3D

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

Shades of Tulip Tree #DFAF3D

Tints of Tulip Tree #DFAF3D

Color information

#DFAF3D (or 0xDFAF3D) is unknown color: approx Tulip Tree. HEX triplet: DF, AF and 3D. RGB value is (223,175,61). Sum of RGB (Red+Green+Blue) = 223+175+61=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF3D is #2050C2. Grayscale: #B0B0B0. Windows color (decimal): -2117827 or 4042719. OLE color: 4042719.

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

Color convert

RGB22317561-
CMYK00.220.730.13
HSL42.22º71.68%55.69%-
HSV(B)42.22º72.65%87.45%-
XYZ46.646.6810.97-
YUV176.3662.9161.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 61 (24.22% from 255) = 13.29%
R=48.58%
G=38.13%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231756100.220.730.1342.2271.6855.69
HexDFAF3D01649D2a4838
Octal33725775026111155211070
Binary1101111110101111111101010110100100111011010101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF3D; }

 p { color: rgb(223,175,61); }

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

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

 a { background-color: rgb(223,175,61); }

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

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

 span { border-color: rgb(223,175,61); }

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