Html Css Color HEX #DCB040 Tulip Tree

📋 copy color: '#DCB040'

red 220 ◦ green 176 ◦ blue 64

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

Shades of Tulip Tree #DCB040

Tints of Tulip Tree #DCB040

RGB

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

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

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

R = 47.83%
G = 38.26%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCB040 (or 0xDCB040) is known color: Tulip Tree. HEX triplet: DC, B0 and 40. RGB value is (220,176,64). Sum of RGB (Red+Green+Blue) = 220+176+64=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB040 is #234FBF. Grayscale: #B0B0B0. Windows color (decimal): -2314176 or 4239580. OLE color: 4239580.

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

Color convert

RGB 220 176 64 -
CMYK 0 0.2 0.71 0.14
HSL 43.08º 0.69% 0.56% -
HSV(B) 43.08º 0.71% 0.86% -
XYZ 45.97 46.64 11.43 -
YUV 176.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 220 176 64 0 0.2 0.71 0.14 43.08 0.69 0.56
Hex DC B0 40 0 14 47 E 2B 45 38
Octal 334 260 100 0 24 107 16 53 105 70
Binary 11011100 10110000 1000000 0 10100 1000111 1110 101011 1000101 111000

Color Harmonies of #DCB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB040

Black with #DCB040

Text Example


Text Example

White with #DCB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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