Html Css Color HEX #DCAD48 Tulip Tree

📋 copy color: '#DCAD48'

red 220 ◦ green 173 ◦ blue 72

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

Shades of Tulip Tree #DCAD48

Tints of Tulip Tree #DCAD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.48%

R = 47.31%
G = 37.2%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCAD48 (or 0xDCAD48) is known color: Tulip Tree. HEX triplet: DC, AD and 48. RGB value is (220,173,72). Sum of RGB (Red+Green+Blue) = 220+173+72=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD48 is #2352B7. Grayscale: #AFAFAF. Windows color (decimal): -2314936 or 4763100. OLE color: 4763100.

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

Color convert

RGB 220 173 72 -
CMYK 0 0.21 0.67 0.14
HSL 40.95º 0.68% 0.57% -
HSV(B) 40.95º 0.67% 0.86% -
XYZ 45.63 45.57 12.52 -
YUV 175.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 220 173 72 0 0.21 0.67 0.14 40.95 0.68 0.57
Hex DC AD 48 0 15 43 E 29 44 39
Octal 334 255 110 0 25 103 16 51 104 71
Binary 11011100 10101101 1001000 0 10101 1000011 1110 101001 1000100 111001

Color Harmonies of #DCAD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD48

Black with #DCAD48

Text Example


Text Example

White with #DCAD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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