Html Css Color HEX #DFB340 Tulip Tree

📋 copy color: '#DFB340'

red 223 ◦ green 179 ◦ blue 64

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

Shades of Tulip Tree #DFB340

Tints of Tulip Tree #DFB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

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

R = 47.85%
G = 38.41%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFB340 (or 0xDFB340) is known color: Tulip Tree. HEX triplet: DF, B3 and 40. RGB value is (223,179,64). Sum of RGB (Red+Green+Blue) = 223+179+64=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB340 is #204CBF. Grayscale: #B3B3B3. Windows color (decimal): -2116800 or 4240351. OLE color: 4240351.

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

Color convert

RGB 223 179 64 -
CMYK 0 0.20 0.71 0.13
HSL 43.4º 0.71% 0.56% -
HSV(B) 43.4º 0.71% 0.87% -
XYZ 47.48 48.3 11.67 -
YUV 179.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 223 179 64 0 0.20 0.71 0.13 43.4 0.71 0.56
Hex DF B3 40 0 14 47 D 2B 47 38
Octal 337 263 100 0 24 107 15 53 107 70
Binary 11011111 10110011 1000000 0 10100 1000111 1101 101011 1000111 111000

Color Harmonies of #DFB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB340

Black with #DFB340

Text Example


Text Example

White with #DFB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB340; }

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

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

background-color css

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

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

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

border-color css

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

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

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