Html Css Color HEX #DCB140 Tulip Tree

📋 copy color: '#DCB140'

red 220 ◦ green 177 ◦ blue 64

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

Shades of Tulip Tree #DCB140

Tints of Tulip Tree #DCB140

RGB

 RED value IS 220 (86.33% from 255) = 47.72%

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

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

R = 47.72%
G = 38.39%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB140 (or 0xDCB140) is known color: Tulip Tree. HEX triplet: DC, B1 and 40. RGB value is (220,177,64). Sum of RGB (Red+Green+Blue) = 220+177+64=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB140 is #234EBF. Grayscale: #B1B1B1. Windows color (decimal): -2313920 or 4239836. OLE color: 4239836.

HSL color Cylindrical-coordinate representation of color #DCB140: hue angle of 43.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCB140 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 64 -
CMYK 0 0.20 0.71 0.14
HSL 43.46º 0.69% 0.56% -
HSV(B) 43.46º 0.71% 0.86% -
XYZ 46.16 47.03 11.5 -
YUV 176.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 220 177 64 0 0.20 0.71 0.14 43.46 0.69 0.56
Hex DC B1 40 0 14 47 E 2B 45 38
Octal 334 261 100 0 24 107 16 53 105 70
Binary 11011100 10110001 1000000 0 10100 1000111 1110 101011 1000101 111000

Color Harmonies of #DCB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB140

Black with #DCB140

Text Example


Text Example

White with #DCB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB140; }

 p { color: rgb(220,177,64); }

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

background-color css

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

 a { background-color: rgb(220,177,64); }

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

border-color css

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

 span { border-color: rgb(220,177,64); }

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