Html Css Color HEX #DFB740 Tulip Tree

📋 copy color: '#DFB740'

red 223 ◦ green 183 ◦ blue 64

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

Shades of Tulip Tree #DFB740

Tints of Tulip Tree #DFB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

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

R = 47.45%
G = 38.94%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFB740 (or 0xDFB740) is known color: Tulip Tree. HEX triplet: DF, B7 and 40. RGB value is (223,183,64). Sum of RGB (Red+Green+Blue) = 223+183+64=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB740 is #2048BF. Grayscale: #B5B5B5. Windows color (decimal): -2115776 or 4241375. OLE color: 4241375.

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

Color convert

RGB 223 183 64 -
CMYK 0 0.18 0.71 0.13
HSL 44.91º 0.71% 0.56% -
HSV(B) 44.91º 0.71% 0.87% -
XYZ 48.29 49.93 11.94 -
YUV 181.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 223 183 64 0 0.18 0.71 0.13 44.91 0.71 0.56
Hex DF B7 40 0 12 47 D 2D 47 38
Octal 337 267 100 0 22 107 15 55 107 70
Binary 11011111 10110111 1000000 0 10010 1000111 1101 101101 1000111 111000

Color Harmonies of #DFB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB740

Black with #DFB740

Text Example


Text Example

White with #DFB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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