Html Css Color HEX #DCB047 Tulip Tree

📋 copy color: '#DCB047'

red 220 ◦ green 176 ◦ blue 71

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

Shades of Tulip Tree #DCB047

Tints of Tulip Tree #DCB047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.2%

R = 47.11%
G = 37.69%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB047 (or 0xDCB047) is known color: Tulip Tree. HEX triplet: DC, B0 and 47. RGB value is (220,176,71). Sum of RGB (Red+Green+Blue) = 220+176+71=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB047 is #234FB8. Grayscale: #B1B1B1. Windows color (decimal): -2314169 or 4698332. OLE color: 4698332.

HSL color Cylindrical-coordinate representation of color #DCB047: hue angle of 42.28º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCB047 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 71 -
CMYK 0 0.2 0.68 0.14
HSL 42.28º 0.68% 0.57% -
HSV(B) 42.28º 0.68% 0.86% -
XYZ 46.18 46.72 12.55 -
YUV 177.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 220 176 71 0 0.2 0.68 0.14 42.28 0.68 0.57
Hex DC B0 47 0 14 44 E 2A 44 39
Octal 334 260 107 0 24 104 16 52 104 71
Binary 11011100 10110000 1000111 0 10100 1000100 1110 101010 1000100 111001

Color Harmonies of #DCB047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB047

Black with #DCB047

Text Example


Text Example

White with #DCB047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB047; }

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

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

background-color css

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

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

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

border-color css

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

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

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