Html Css Color HEX #DCB247 Tulip Tree

📋 copy color: '#DCB247'

red 220 ◦ green 178 ◦ blue 71

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

Shades of Tulip Tree #DCB247

Tints of Tulip Tree #DCB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

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

R = 46.91%
G = 37.95%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB247 (or 0xDCB247) is known color: Tulip Tree. HEX triplet: DC, B2 and 47. RGB value is (220,178,71). Sum of RGB (Red+Green+Blue) = 220+178+71=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB247 is #234DB8. Grayscale: #B2B2B2. Windows color (decimal): -2313657 or 4698844. OLE color: 4698844.

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

Color convert

RGB 220 178 71 -
CMYK 0 0.19 0.68 0.14
HSL 43.09º 0.68% 0.57% -
HSV(B) 43.09º 0.68% 0.86% -
XYZ 46.57 47.51 12.68 -
YUV 178.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 220 178 71 0 0.19 0.68 0.14 43.09 0.68 0.57
Hex DC B2 47 0 13 44 E 2B 44 39
Octal 334 262 107 0 23 104 16 53 104 71
Binary 11011100 10110010 1000111 0 10011 1000100 1110 101011 1000100 111001

Color Harmonies of #DCB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB247

Black with #DCB247

Text Example


Text Example

White with #DCB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB247; }

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

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

background-color css

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

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

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

border-color css

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

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

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