Html Css Color HEX #DFB940 Tulip Tree

📋 copy color: '#DFB940'

red 223 ◦ green 185 ◦ blue 64

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

Shades of Tulip Tree #DFB940

Tints of Tulip Tree #DFB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.19%

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

R = 47.25%
G = 39.19%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFB940 (or 0xDFB940) is known color: Tulip Tree. HEX triplet: DF, B9 and 40. RGB value is (223,185,64). Sum of RGB (Red+Green+Blue) = 223+185+64=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB940 is #2046BF. Grayscale: #B7B7B7. Windows color (decimal): -2115264 or 4241887. OLE color: 4241887.

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

Color convert

RGB 223 185 64 -
CMYK 0 0.17 0.71 0.13
HSL 45.66º 0.71% 0.56% -
HSV(B) 45.66º 0.71% 0.87% -
XYZ 48.71 50.76 12.08 -
YUV 182.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 223 185 64 0 0.17 0.71 0.13 45.66 0.71 0.56
Hex DF B9 40 0 11 47 D 2E 47 38
Octal 337 271 100 0 21 107 15 56 107 70
Binary 11011111 10111001 1000000 0 10001 1000111 1101 101110 1000111 111000

Color Harmonies of #DFB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB940

Black with #DFB940

Text Example


Text Example

White with #DFB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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