Html Css Color HEX #DFB640 Tulip Tree

📋 copy color: '#DFB640'

red 223 ◦ green 182 ◦ blue 64

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

Shades of Tulip Tree #DFB640

Tints of Tulip Tree #DFB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

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

R = 47.55%
G = 38.81%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFB640 (or 0xDFB640) is known color: Tulip Tree. HEX triplet: DF, B6 and 40. RGB value is (223,182,64). Sum of RGB (Red+Green+Blue) = 223+182+64=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB640 is #2049BF. Grayscale: #B5B5B5. Windows color (decimal): -2116032 or 4241119. OLE color: 4241119.

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

Color convert

RGB 223 182 64 -
CMYK 0 0.18 0.71 0.13
HSL 44.53º 0.71% 0.56% -
HSV(B) 44.53º 0.71% 0.87% -
XYZ 48.08 49.51 11.87 -
YUV 180.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 223 182 64 0 0.18 0.71 0.13 44.53 0.71 0.56
Hex DF B6 40 0 12 47 D 2D 47 38
Octal 337 266 100 0 22 107 15 55 107 70
Binary 11011111 10110110 1000000 0 10010 1000111 1101 101101 1000111 111000

Color Harmonies of #DFB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB640

Black with #DFB640

Text Example


Text Example

White with #DFB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB640; }

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

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

background-color css

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

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

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

border-color css

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

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

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