Html Css Color HEX #DFAF3F Tulip Tree

📋 copy color: '#DFAF3F'

red 223 ◦ green 175 ◦ blue 63

#DFAF3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DFAF3F

Tints of Tulip Tree #DFAF3F

RGB

 RED value IS 223 (87.5% from 255) = 48.37%

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 63 (25% from 255) = 13.67%

R = 48.37%
G = 37.96%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFAF3F (or 0xDFAF3F) is known color: Tulip Tree. HEX triplet: DF, AF and 3F. RGB value is (223,175,63). Sum of RGB (Red+Green+Blue) = 223+175+63=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF3F is #2050C0. Grayscale: #B1B1B1. Windows color (decimal): -2117825 or 4173791. OLE color: 4173791.

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

Color convert

RGB 223 175 63 -
CMYK 0 0.22 0.72 0.13
HSL 42º 0.71% 0.56% -
HSV(B) 42º 0.72% 0.87% -
XYZ 46.66 46.71 11.26 -
YUV 176.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 223 175 63 0 0.22 0.72 0.13 42 0.71 0.56
Hex DF AF 3F 0 16 48 D 2A 47 38
Octal 337 257 77 0 26 110 15 52 107 70
Binary 11011111 10101111 111111 0 10110 1001000 1101 101010 1000111 111000

Color Harmonies of #DFAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF3F

Black with #DFAF3F

Text Example


Text Example

White with #DFAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF3F; }

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

 H1.HeaderClassName
 {
   color: #DFAF3F;
 }
 .AnyTagClassName
 {
   color: #DFAF3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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