Html Css Color HEX #DFB038 Tulip Tree

📋 copy color: '#DFB038'

red 223 ◦ green 176 ◦ blue 56

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

Shades of Tulip Tree #DFB038

Tints of Tulip Tree #DFB038

RGB

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

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

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

R = 49.01%
G = 38.68%
B = 12.31%

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

#DFB038 (or 0xDFB038) is known color: Tulip Tree. HEX triplet: DF, B0 and 38. RGB value is (223,176,56). Sum of RGB (Red+Green+Blue) = 223+176+56=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB038 is #204FC7. Grayscale: #B0B0B0. Windows color (decimal): -2117576 or 3715295. OLE color: 3715295.

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

Color convert

RGB 223 176 56 -
CMYK 0 0.21 0.75 0.13
HSL 43.11º 0.72% 0.55% -
HSV(B) 43.11º 0.75% 0.87% -
XYZ 46.67 47.02 10.36 -
YUV 176.37 60.07 161.26 -
System Red Green Blue C M Y K H S L
Decimal 223 176 56 0 0.21 0.75 0.13 43.11 0.72 0.55
Hex DF B0 38 0 15 4B D 2B 48 37
Octal 337 260 70 0 25 113 15 53 110 67
Binary 11011111 10110000 111000 0 10101 1001011 1101 101011 1001000 110111

Color Harmonies of #DFB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB038

Black with #DFB038

Text Example


Text Example

White with #DFB038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB038; }

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

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

background-color css

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

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

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

border-color css

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

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

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