Html Css Color HEX #DFB048 Tulip Tree

📋 copy color: '#DFB048'

red 223 ◦ green 176 ◦ blue 72

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

Shades of Tulip Tree #DFB048

Tints of Tulip Tree #DFB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 47.35%
G = 37.37%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFB048 (or 0xDFB048) is known color: Tulip Tree. HEX triplet: DF, B0 and 48. RGB value is (223,176,72). Sum of RGB (Red+Green+Blue) = 223+176+72=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB048 is #204FB7. Grayscale: #B2B2B2. Windows color (decimal): -2117560 or 4763871. OLE color: 4763871.

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

Color convert

RGB 223 176 72 -
CMYK 0 0.21 0.68 0.13
HSL 41.32º 0.7% 0.58% -
HSV(B) 41.32º 0.68% 0.87% -
XYZ 47.13 47.21 12.76 -
YUV 178.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 223 176 72 0 0.21 0.68 0.13 41.32 0.7 0.58
Hex DF B0 48 0 15 44 D 29 46 3A
Octal 337 260 110 0 25 104 15 51 106 72
Binary 11011111 10110000 1001000 0 10101 1000100 1101 101001 1000110 111010

Color Harmonies of #DFB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB048

Black with #DFB048

Text Example


Text Example

White with #DFB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB048; }

 p { color: rgb(223,176,72); }

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

background-color css

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

 a { background-color: rgb(223,176,72); }

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

border-color css

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

 span { border-color: rgb(223,176,72); }

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