Html Css Color HEX #DCA843 Tulip Tree

📋 copy color: '#DCA843'

red 220 ◦ green 168 ◦ blue 67

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

Shades of Tulip Tree #DCA843

Tints of Tulip Tree #DCA843

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

 BLUE value IS 67 (26.56% from 255) = 14.73%

R = 48.35%
G = 36.92%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCA843 (or 0xDCA843) is known color: Tulip Tree. HEX triplet: DC, A8 and 43. RGB value is (220,168,67). Sum of RGB (Red+Green+Blue) = 220+168+67=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA843 is #2357BC. Grayscale: #ACACAC. Windows color (decimal): -2316221 or 4434140. OLE color: 4434140.

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

Color convert

RGB 220 168 67 -
CMYK 0 0.24 0.70 0.14
HSL 39.61º 0.69% 0.56% -
HSV(B) 39.61º 0.7% 0.86% -
XYZ 44.53 43.63 11.38 -
YUV 172.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 220 168 67 0 0.24 0.70 0.14 39.61 0.69 0.56
Hex DC A8 43 0 18 46 E 28 45 38
Octal 334 250 103 0 30 106 16 50 105 70
Binary 11011100 10101000 1000011 0 11000 1000110 1110 101000 1000101 111000

Color Harmonies of #DCA843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA843

Black with #DCA843

Text Example


Text Example

White with #DCA843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA843; }

 p { color: rgb(220,168,67); }

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

background-color css

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

 a { background-color: rgb(220,168,67); }

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

border-color css

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

 span { border-color: rgb(220,168,67); }

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