Html Css Color HEX #DFB138 Tulip Tree

📋 copy color: '#DFB138'

red 223 ◦ green 177 ◦ blue 56

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

Shades of Tulip Tree #DFB138

Tints of Tulip Tree #DFB138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.28%

R = 48.9%
G = 38.82%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DFB138 (or 0xDFB138) is known color: Tulip Tree. HEX triplet: DF, B1 and 38. RGB value is (223,177,56). Sum of RGB (Red+Green+Blue) = 223+177+56=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB138 is #204EC7. Grayscale: #B1B1B1. Windows color (decimal): -2117320 or 3715551. OLE color: 3715551.

HSL color Cylindrical-coordinate representation of color #DFB138: hue angle of 43.47º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFB138 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 177 56 -
CMYK 0 0.21 0.75 0.13
HSL 43.47º 0.72% 0.55% -
HSV(B) 43.47º 0.75% 0.87% -
XYZ 46.87 47.42 10.42 -
YUV 176.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 223 177 56 0 0.21 0.75 0.13 43.47 0.72 0.55
Hex DF B1 38 0 15 4B D 2B 48 37
Octal 337 261 70 0 25 113 15 53 110 67
Binary 11011111 10110001 111000 0 10101 1001011 1101 101011 1001000 110111

Color Harmonies of #DFB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB138

Black with #DFB138

Text Example


Text Example

White with #DFB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB138; }

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

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

background-color css

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

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

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

border-color css

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

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

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