Html Css Color HEX #DFB440 Tulip Tree

📋 copy color: '#DFB440'

red 223 ◦ green 180 ◦ blue 64

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

Shades of Tulip Tree #DFB440

Tints of Tulip Tree #DFB440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.54%

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

R = 47.75%
G = 38.54%
B = 13.7%

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

#DFB440 (or 0xDFB440) is known color: Tulip Tree. HEX triplet: DF, B4 and 40. RGB value is (223,180,64). Sum of RGB (Red+Green+Blue) = 223+180+64=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB440 is #204BBF. Grayscale: #B4B4B4. Windows color (decimal): -2116544 or 4240607. OLE color: 4240607.

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

Color convert

RGB 223 180 64 -
CMYK 0 0.19 0.71 0.13
HSL 43.77º 0.71% 0.56% -
HSV(B) 43.77º 0.71% 0.87% -
XYZ 47.68 48.7 11.74 -
YUV 179.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 223 180 64 0 0.19 0.71 0.13 43.77 0.71 0.56
Hex DF B4 40 0 13 47 D 2C 47 38
Octal 337 264 100 0 23 107 15 54 107 70
Binary 11011111 10110100 1000000 0 10011 1000111 1101 101100 1000111 111000

Color Harmonies of #DFB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB440

Black with #DFB440

Text Example


Text Example

White with #DFB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB440; }

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

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

background-color css

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

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

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

border-color css

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

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

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