Html Css Color HEX #DFAC40 Tulip Tree

📋 copy color: '#DFAC40'

red 223 ◦ green 172 ◦ blue 64

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

Shades of Tulip Tree #DFAC40

Tints of Tulip Tree #DFAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

 BLUE value IS 64 (25.39% from 255) = 13.94%

R = 48.58%
G = 37.47%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFAC40 (or 0xDFAC40) is known color: Tulip Tree. HEX triplet: DF, AC and 40. RGB value is (223,172,64). Sum of RGB (Red+Green+Blue) = 223+172+64=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC40 is #2053BF. Grayscale: #AFAFAF. Windows color (decimal): -2118592 or 4238559. OLE color: 4238559.

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

Color convert

RGB 223 172 64 -
CMYK 0 0.23 0.71 0.13
HSL 40.75º 0.71% 0.56% -
HSV(B) 40.75º 0.71% 0.87% -
XYZ 46.11 45.56 11.21 -
YUV 174.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 223 172 64 0 0.23 0.71 0.13 40.75 0.71 0.56
Hex DF AC 40 0 17 47 D 29 47 38
Octal 337 254 100 0 27 107 15 51 107 70
Binary 11011111 10101100 1000000 0 10111 1000111 1101 101001 1000111 111000

Color Harmonies of #DFAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC40

Black with #DFAC40

Text Example


Text Example

White with #DFAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC40; }

 p { color: rgb(223,172,64); }

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

background-color css

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

 a { background-color: rgb(223,172,64); }

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

border-color css

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

 span { border-color: rgb(223,172,64); }

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