Html Css Color HEX #DCA543 Tulip Tree

📋 copy color: '#DCA543'

red 220 ◦ green 165 ◦ blue 67

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

Shades of Tulip Tree #DCA543

Tints of Tulip Tree #DCA543

RGB

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

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

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

R = 48.67%
G = 36.5%
B = 14.82%

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

#DCA543 (or 0xDCA543) is known color: Tulip Tree. HEX triplet: DC, A5 and 43. RGB value is (220,165,67). Sum of RGB (Red+Green+Blue) = 220+165+67=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA543 is #235ABC. Grayscale: #AAAAAA. Windows color (decimal): -2316989 or 4433372. OLE color: 4433372.

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

Color convert

RGB 220 165 67 -
CMYK 0 0.25 0.70 0.14
HSL 38.43º 0.69% 0.56% -
HSV(B) 38.43º 0.7% 0.86% -
XYZ 43.98 42.53 11.2 -
YUV 170.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 220 165 67 0 0.25 0.70 0.14 38.43 0.69 0.56
Hex DC A5 43 0 19 46 E 26 45 38
Octal 334 245 103 0 31 106 16 46 105 70
Binary 11011100 10100101 1000011 0 11001 1000110 1110 100110 1000101 111000

Color Harmonies of #DCA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA543

Black with #DCA543

Text Example


Text Example

White with #DCA543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA543; }

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

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

background-color css

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

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

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

border-color css

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

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

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