Html Css Color HEX #DFB141 Tulip Tree

📋 copy color: '#DFB141'

red 223 ◦ green 177 ◦ blue 65

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

Shades of Tulip Tree #DFB141

Tints of Tulip Tree #DFB141

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.06%

 BLUE value IS 65 (25.78% from 255) = 13.98%

R = 47.96%
G = 38.06%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFB141 (or 0xDFB141) is known color: Tulip Tree. HEX triplet: DF, B1 and 41. RGB value is (223,177,65). Sum of RGB (Red+Green+Blue) = 223+177+65=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB141 is #204EBE. Grayscale: #B2B2B2. Windows color (decimal): -2117311 or 4305375. OLE color: 4305375.

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

Color convert

RGB 223 177 65 -
CMYK 0 0.21 0.71 0.13
HSL 42.53º 0.71% 0.56% -
HSV(B) 42.53º 0.71% 0.87% -
XYZ 47.11 47.51 11.69 -
YUV 177.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 223 177 65 0 0.21 0.71 0.13 42.53 0.71 0.56
Hex DF B1 41 0 15 47 D 2B 47 38
Octal 337 261 101 0 25 107 15 53 107 70
Binary 11011111 10110001 1000001 0 10101 1000111 1101 101011 1000111 111000

Color Harmonies of #DFB141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB141

Black with #DFB141

Text Example


Text Example

White with #DFB141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB141; }

 p { color: rgb(223,177,65); }

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

background-color css

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

 a { background-color: rgb(223,177,65); }

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

border-color css

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

 span { border-color: rgb(223,177,65); }

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