Html Css Color HEX #DCA441 Tulip Tree

📋 copy color: '#DCA441'

red 220 ◦ green 164 ◦ blue 65

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

Shades of Tulip Tree #DCA441

Tints of Tulip Tree #DCA441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

 BLUE value IS 65 (25.78% from 255) = 14.48%

R = 49%
G = 36.53%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCA441 (or 0xDCA441) is known color: Tulip Tree. HEX triplet: DC, A4 and 41. RGB value is (220,164,65). Sum of RGB (Red+Green+Blue) = 220+164+65=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA441 is #235BBE. Grayscale: #A9A9A9. Windows color (decimal): -2317247 or 4302044. OLE color: 4302044.

HSL color Cylindrical-coordinate representation of color #DCA441: hue angle of 38.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCA441 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 65 -
CMYK 0 0.25 0.70 0.14
HSL 38.32º 0.69% 0.56% -
HSV(B) 38.32º 0.7% 0.86% -
XYZ 43.74 42.15 10.83 -
YUV 169.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 220 164 65 0 0.25 0.70 0.14 38.32 0.69 0.56
Hex DC A4 41 0 19 46 E 26 45 38
Octal 334 244 101 0 31 106 16 46 105 70
Binary 11011100 10100100 1000001 0 11001 1000110 1110 100110 1000101 111000

Color Harmonies of #DCA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA441

Black with #DCA441

Text Example


Text Example

White with #DCA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA441; }

 p { color: rgb(220,164,65); }

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

background-color css

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

 a { background-color: rgb(220,164,65); }

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

border-color css

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

 span { border-color: rgb(220,164,65); }

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