Html Css Color HEX #DCA43A Tulip Tree

📋 copy color: '#DCA43A'

red 220 ◦ green 164 ◦ blue 58

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

Shades of Tulip Tree #DCA43A

Tints of Tulip Tree #DCA43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 49.77%
G = 37.1%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCA43A (or 0xDCA43A) is known color: Tulip Tree. HEX triplet: DC, A4 and 3A. RGB value is (220,164,58). Sum of RGB (Red+Green+Blue) = 220+164+58=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA43A is #235BC5. Grayscale: #A9A9A9. Windows color (decimal): -2317254 or 3843292. OLE color: 3843292.

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

Color convert

RGB 220 164 58 -
CMYK 0 0.25 0.74 0.14
HSL 39.26º 0.7% 0.55% -
HSV(B) 39.26º 0.74% 0.86% -
XYZ 43.55 42.07 9.83 -
YUV 168.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 220 164 58 0 0.25 0.74 0.14 39.26 0.7 0.55
Hex DC A4 3A 0 19 4A E 27 46 37
Octal 334 244 72 0 31 112 16 47 106 67
Binary 11011100 10100100 111010 0 11001 1001010 1110 100111 1000110 110111

Color Harmonies of #DCA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA43A

Black with #DCA43A

Text Example


Text Example

White with #DCA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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