Html Css Color HEX #DCB447 Tulip Tree

📋 copy color: '#DCB447'

red 220 ◦ green 180 ◦ blue 71

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

Shades of Tulip Tree #DCB447

Tints of Tulip Tree #DCB447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.22%

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

R = 46.71%
G = 38.22%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCB447 (or 0xDCB447) is known color: Tulip Tree. HEX triplet: DC, B4 and 47. RGB value is (220,180,71). Sum of RGB (Red+Green+Blue) = 220+180+71=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB447 is #234BB8. Grayscale: #B4B4B4. Windows color (decimal): -2313145 or 4699356. OLE color: 4699356.

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

Color convert

RGB 220 180 71 -
CMYK 0 0.18 0.68 0.14
HSL 43.89º 0.68% 0.57% -
HSV(B) 43.89º 0.68% 0.86% -
XYZ 46.97 48.31 12.81 -
YUV 179.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 220 180 71 0 0.18 0.68 0.14 43.89 0.68 0.57
Hex DC B4 47 0 12 44 E 2C 44 39
Octal 334 264 107 0 22 104 16 54 104 71
Binary 11011100 10110100 1000111 0 10010 1000100 1110 101100 1000100 111001

Color Harmonies of #DCB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB447

Black with #DCB447

Text Example


Text Example

White with #DCB447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB447; }

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

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

background-color css

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

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

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

border-color css

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

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

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