Html Css Color HEX #DCAD47 Tulip Tree

📋 copy color: '#DCAD47'

red 220 ◦ green 173 ◦ blue 71

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

Shades of Tulip Tree #DCAD47

Tints of Tulip Tree #DCAD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

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

R = 47.41%
G = 37.28%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCAD47 (or 0xDCAD47) is known color: Tulip Tree. HEX triplet: DC, AD and 47. RGB value is (220,173,71). Sum of RGB (Red+Green+Blue) = 220+173+71=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD47 is #2352B8. Grayscale: #AFAFAF. Windows color (decimal): -2314937 or 4697564. OLE color: 4697564.

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

Color convert

RGB 220 173 71 -
CMYK 0 0.21 0.68 0.14
HSL 41.07º 0.68% 0.57% -
HSV(B) 41.07º 0.68% 0.86% -
XYZ 45.6 45.56 12.35 -
YUV 175.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 220 173 71 0 0.21 0.68 0.14 41.07 0.68 0.57
Hex DC AD 47 0 15 44 E 29 44 39
Octal 334 255 107 0 25 104 16 51 104 71
Binary 11011100 10101101 1000111 0 10101 1000100 1110 101001 1000100 111001

Color Harmonies of #DCAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD47

Black with #DCAD47

Text Example


Text Example

White with #DCAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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