Html Css Color HEX #DFAA38 Tulip Tree

📋 copy color: '#DFAA38'

red 223 ◦ green 170 ◦ blue 56

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

Shades of Tulip Tree #DFAA38

Tints of Tulip Tree #DFAA38

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 56 (22.27% from 255) = 12.47%

R = 49.67%
G = 37.86%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DFAA38 (or 0xDFAA38) is known color: Tulip Tree. HEX triplet: DF, AA and 38. RGB value is (223,170,56). Sum of RGB (Red+Green+Blue) = 223+170+56=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA38 is #2055C7. Grayscale: #ADADAD. Windows color (decimal): -2119112 or 3713759. OLE color: 3713759.

HSL color Cylindrical-coordinate representation of color #DFAA38: hue angle of 40.96º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFAA38 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 56 -
CMYK 0 0.24 0.75 0.13
HSL 40.96º 0.72% 0.55% -
HSV(B) 40.96º 0.75% 0.87% -
XYZ 45.52 44.72 9.97 -
YUV 172.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 223 170 56 0 0.24 0.75 0.13 40.96 0.72 0.55
Hex DF AA 38 0 18 4B D 29 48 37
Octal 337 252 70 0 30 113 15 51 110 67
Binary 11011111 10101010 111000 0 11000 1001011 1101 101001 1001000 110111

Color Harmonies of #DFAA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA38

Black with #DFAA38

Text Example


Text Example

White with #DFAA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA38; }

 p { color: rgb(223,170,56); }

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

background-color css

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

 a { background-color: rgb(223,170,56); }

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

border-color css

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

 span { border-color: rgb(223,170,56); }

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