Html Css Color HEX #DCA640 Tulip Tree

📋 copy color: '#DCA640'

red 220 ◦ green 166 ◦ blue 64

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

Shades of Tulip Tree #DCA640

Tints of Tulip Tree #DCA640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 48.89%
G = 36.89%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCA640 (or 0xDCA640) is known color: Tulip Tree. HEX triplet: DC, A6 and 40. RGB value is (220,166,64). Sum of RGB (Red+Green+Blue) = 220+166+64=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA640 is #2359BF. Grayscale: #AAAAAA. Windows color (decimal): -2316736 or 4237020. OLE color: 4237020.

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

Color convert

RGB 220 166 64 -
CMYK 0 0.25 0.71 0.14
HSL 39.23º 0.69% 0.56% -
HSV(B) 39.23º 0.71% 0.86% -
XYZ 44.08 42.86 10.8 -
YUV 170.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 220 166 64 0 0.25 0.71 0.14 39.23 0.69 0.56
Hex DC A6 40 0 19 47 E 27 45 38
Octal 334 246 100 0 31 107 16 47 105 70
Binary 11011100 10100110 1000000 0 11001 1000111 1110 100111 1000101 111000

Color Harmonies of #DCA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA640

Black with #DCA640

Text Example


Text Example

White with #DCA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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