Html Css Color HEX #DCA648 Tulip Tree

📋 copy color: '#DCA648'

red 220 ◦ green 166 ◦ blue 72

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

Shades of Tulip Tree #DCA648

Tints of Tulip Tree #DCA648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

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

R = 48.03%
G = 36.24%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCA648 (or 0xDCA648) is known color: Tulip Tree. HEX triplet: DC, A6 and 48. RGB value is (220,166,72). Sum of RGB (Red+Green+Blue) = 220+166+72=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA648 is #2359B7. Grayscale: #ABABAB. Windows color (decimal): -2316728 or 4761308. OLE color: 4761308.

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

Color convert

RGB 220 166 72 -
CMYK 0 0.25 0.67 0.14
HSL 38.11º 0.68% 0.57% -
HSV(B) 38.11º 0.67% 0.86% -
XYZ 44.32 42.96 12.09 -
YUV 171.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 220 166 72 0 0.25 0.67 0.14 38.11 0.68 0.57
Hex DC A6 48 0 19 43 E 26 44 39
Octal 334 246 110 0 31 103 16 46 104 71
Binary 11011100 10100110 1001000 0 11001 1000011 1110 100110 1000100 111001

Color Harmonies of #DCA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA648

Black with #DCA648

Text Example


Text Example

White with #DCA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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