Html Css Color HEX #DCB647 Tulip Tree

📋 copy color: '#DCB647'

red 220 ◦ green 182 ◦ blue 71

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

Shades of Tulip Tree #DCB647

Tints of Tulip Tree #DCB647

RGB

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

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

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

R = 46.51%
G = 38.48%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB647 (or 0xDCB647) is known color: Tulip Tree. HEX triplet: DC, B6 and 47. RGB value is (220,182,71). Sum of RGB (Red+Green+Blue) = 220+182+71=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB647 is #2349B8. Grayscale: #B5B5B5. Windows color (decimal): -2312633 or 4699868. OLE color: 4699868.

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

Color convert

RGB 220 182 71 -
CMYK 0 0.17 0.68 0.14
HSL 44.7º 0.68% 0.57% -
HSV(B) 44.7º 0.68% 0.86% -
XYZ 47.38 49.13 12.95 -
YUV 180.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 220 182 71 0 0.17 0.68 0.14 44.7 0.68 0.57
Hex DC B6 47 0 11 44 E 2D 44 39
Octal 334 266 107 0 21 104 16 55 104 71
Binary 11011100 10110110 1000111 0 10001 1000100 1110 101101 1000100 111001

Color Harmonies of #DCB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB647

Black with #DCB647

Text Example


Text Example

White with #DCB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB647; }

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

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

background-color css

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

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

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

border-color css

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

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

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