Html Css Color HEX #DCA43D Tulip Tree

📋 copy color: '#DCA43D'

red 220 ◦ green 164 ◦ blue 61

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

Shades of Tulip Tree #DCA43D

Tints of Tulip Tree #DCA43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.71%

R = 49.44%
G = 36.85%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCA43D (or 0xDCA43D) is known color: Tulip Tree. HEX triplet: DC, A4 and 3D. RGB value is (220,164,61). Sum of RGB (Red+Green+Blue) = 220+164+61=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA43D is #235BC2. Grayscale: #A9A9A9. Windows color (decimal): -2317251 or 4039900. OLE color: 4039900.

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

Color convert

RGB 220 164 61 -
CMYK 0 0.25 0.72 0.14
HSL 38.87º 0.69% 0.55% -
HSV(B) 38.87º 0.72% 0.86% -
XYZ 43.63 42.1 10.24 -
YUV 169 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 220 164 61 0 0.25 0.72 0.14 38.87 0.69 0.55
Hex DC A4 3D 0 19 48 E 27 45 37
Octal 334 244 75 0 31 110 16 47 105 67
Binary 11011100 10100100 111101 0 11001 1001000 1110 100111 1000101 110111

Color Harmonies of #DCA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA43D

Black with #DCA43D

Text Example


Text Example

White with #DCA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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