Html Css Color HEX #DCA548 Tulip Tree

📋 copy color: '#DCA548'

red 220 ◦ green 165 ◦ blue 72

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

Shades of Tulip Tree #DCA548

Tints of Tulip Tree #DCA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

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

R = 48.14%
G = 36.11%
B = 15.75%

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

#DCA548 (or 0xDCA548) is known color: Tulip Tree. HEX triplet: DC, A5 and 48. RGB value is (220,165,72). Sum of RGB (Red+Green+Blue) = 220+165+72=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA548 is #235AB7. Grayscale: #ABABAB. Windows color (decimal): -2316984 or 4761052. OLE color: 4761052.

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

Color convert

RGB 220 165 72 -
CMYK 0 0.25 0.67 0.14
HSL 37.7º 0.68% 0.57% -
HSV(B) 37.7º 0.67% 0.86% -
XYZ 44.14 42.59 12.03 -
YUV 170.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 220 165 72 0 0.25 0.67 0.14 37.7 0.68 0.57
Hex DC A5 48 0 19 43 E 26 44 39
Octal 334 245 110 0 31 103 16 46 104 71
Binary 11011100 10100101 1001000 0 11001 1000011 1110 100110 1000100 111001

Color Harmonies of #DCA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA548

Black with #DCA548

Text Example


Text Example

White with #DCA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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