Html Css Color HEX #DFAF41 Tulip Tree

📋 copy color: '#DFAF41'

red 223 ◦ green 175 ◦ blue 65

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

Shades of Tulip Tree #DFAF41

Tints of Tulip Tree #DFAF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.04%

R = 48.16%
G = 37.8%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFAF41 (or 0xDFAF41) is known color: Tulip Tree. HEX triplet: DF, AF and 41. RGB value is (223,175,65). Sum of RGB (Red+Green+Blue) = 223+175+65=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF41 is #2050BE. Grayscale: #B1B1B1. Windows color (decimal): -2117823 or 4304863. OLE color: 4304863.

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

Color convert

RGB 223 175 65 -
CMYK 0 0.22 0.71 0.13
HSL 41.77º 0.71% 0.56% -
HSV(B) 41.77º 0.71% 0.87% -
XYZ 46.72 46.73 11.56 -
YUV 176.81 64.9 160.94 -
System Red Green Blue C M Y K H S L
Decimal 223 175 65 0 0.22 0.71 0.13 41.77 0.71 0.56
Hex DF AF 41 0 16 47 D 2A 47 38
Octal 337 257 101 0 26 107 15 52 107 70
Binary 11011111 10101111 1000001 0 10110 1000111 1101 101010 1000111 111000

Color Harmonies of #DFAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF41

Black with #DFAF41

Text Example


Text Example

White with #DFAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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