Html Css Color HEX #DFAB40 Tulip Tree

📋 copy color: '#DFAB40'

red 223 ◦ green 171 ◦ blue 64

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

Shades of Tulip Tree #DFAB40

Tints of Tulip Tree #DFAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

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

R = 48.69%
G = 37.34%
B = 13.97%

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

#DFAB40 (or 0xDFAB40) is known color: Tulip Tree. HEX triplet: DF, AB and 40. RGB value is (223,171,64). Sum of RGB (Red+Green+Blue) = 223+171+64=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB40 is #2054BF. Grayscale: #AEAEAE. Windows color (decimal): -2118848 or 4238303. OLE color: 4238303.

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

Color convert

RGB 223 171 64 -
CMYK 0 0.23 0.71 0.13
HSL 40.38º 0.71% 0.56% -
HSV(B) 40.38º 0.71% 0.87% -
XYZ 45.92 45.18 11.15 -
YUV 174.35 65.73 162.7 -
System Red Green Blue C M Y K H S L
Decimal 223 171 64 0 0.23 0.71 0.13 40.38 0.71 0.56
Hex DF AB 40 0 17 47 D 28 47 38
Octal 337 253 100 0 27 107 15 50 107 70
Binary 11011111 10101011 1000000 0 10111 1000111 1101 101000 1000111 111000

Color Harmonies of #DFAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB40

Black with #DFAB40

Text Example


Text Example

White with #DFAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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