Html Css Color HEX #DCA341 Tulip Tree

📋 copy color: '#DCA341'

red 220 ◦ green 163 ◦ blue 65

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

Shades of Tulip Tree #DCA341

Tints of Tulip Tree #DCA341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.38%

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

R = 49.11%
G = 36.38%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCA341 (or 0xDCA341) is known color: Tulip Tree. HEX triplet: DC, A3 and 41. RGB value is (220,163,65). Sum of RGB (Red+Green+Blue) = 220+163+65=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA341 is #235CBE. Grayscale: #A9A9A9. Windows color (decimal): -2317503 or 4301788. OLE color: 4301788.

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

Color convert

RGB 220 163 65 -
CMYK 0 0.26 0.70 0.14
HSL 37.94º 0.69% 0.56% -
HSV(B) 37.94º 0.7% 0.86% -
XYZ 43.57 41.79 10.77 -
YUV 168.87 69.38 164.47 -
System Red Green Blue C M Y K H S L
Decimal 220 163 65 0 0.26 0.70 0.14 37.94 0.69 0.56
Hex DC A3 41 0 1A 46 E 26 45 38
Octal 334 243 101 0 32 106 16 46 105 70
Binary 11011100 10100011 1000001 0 11010 1000110 1110 100110 1000101 111000

Color Harmonies of #DCA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA341

Black with #DCA341

Text Example


Text Example

White with #DCA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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