Html Css Color HEX #DFAF49 Tulip Tree

📋 copy color: '#DFAF49'

red 223 ◦ green 175 ◦ blue 73

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

Shades of Tulip Tree #DFAF49

Tints of Tulip Tree #DFAF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.5%

R = 47.35%
G = 37.15%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFAF49 (or 0xDFAF49) is known color: Tulip Tree. HEX triplet: DF, AF and 49. RGB value is (223,175,73). Sum of RGB (Red+Green+Blue) = 223+175+73=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF49 is #2050B6. Grayscale: #B2B2B2. Windows color (decimal): -2117815 or 4829151. OLE color: 4829151.

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

Color convert

RGB 223 175 73 -
CMYK 0 0.22 0.67 0.13
HSL 40.8º 0.7% 0.58% -
HSV(B) 40.8º 0.67% 0.87% -
XYZ 46.96 46.83 12.87 -
YUV 177.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 223 175 73 0 0.22 0.67 0.13 40.8 0.7 0.58
Hex DF AF 49 0 16 43 D 29 46 3A
Octal 337 257 111 0 26 103 15 51 106 72
Binary 11011111 10101111 1001001 0 10110 1000011 1101 101001 1000110 111010

Color Harmonies of #DFAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF49

Black with #DFAF49

Text Example


Text Example

White with #DFAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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