Html Css Color HEX #DFB540 Tulip Tree

📋 copy color: '#DFB540'

red 223 ◦ green 181 ◦ blue 64

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

Shades of Tulip Tree #DFB540

Tints of Tulip Tree #DFB540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

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

R = 47.65%
G = 38.68%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFB540 (or 0xDFB540) is known color: Tulip Tree. HEX triplet: DF, B5 and 40. RGB value is (223,181,64). Sum of RGB (Red+Green+Blue) = 223+181+64=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB540 is #204ABF. Grayscale: #B4B4B4. Windows color (decimal): -2116288 or 4240863. OLE color: 4240863.

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

Color convert

RGB 223 181 64 -
CMYK 0 0.19 0.71 0.13
HSL 44.15º 0.71% 0.56% -
HSV(B) 44.15º 0.71% 0.87% -
XYZ 47.88 49.11 11.81 -
YUV 180.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 223 181 64 0 0.19 0.71 0.13 44.15 0.71 0.56
Hex DF B5 40 0 13 47 D 2C 47 38
Octal 337 265 100 0 23 107 15 54 107 70
Binary 11011111 10110101 1000000 0 10011 1000111 1101 101100 1000111 111000

Color Harmonies of #DFB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB540

Black with #DFB540

Text Example


Text Example

White with #DFB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB540; }

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

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

background-color css

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

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

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

border-color css

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

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

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