Html Css Color HEX #DCA332 Tulip Tree

📋 copy color: '#DCA332'

red 220 ◦ green 163 ◦ blue 50

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

Shades of Tulip Tree #DCA332

Tints of Tulip Tree #DCA332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 50.81%
G = 37.64%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCA332 (or 0xDCA332) is known color: Tulip Tree. HEX triplet: DC, A3 and 32. RGB value is (220,163,50). Sum of RGB (Red+Green+Blue) = 220+163+50=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA332 is #235CCD. Grayscale: #A7A7A7. Windows color (decimal): -2317518 or 3318748. OLE color: 3318748.

HSL color Cylindrical-coordinate representation of color #DCA332: hue angle of 39.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCA332 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 50 -
CMYK 0 0.26 0.77 0.14
HSL 39.88º 0.71% 0.53% -
HSV(B) 39.88º 0.77% 0.86% -
XYZ 43.19 41.64 8.78 -
YUV 167.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 220 163 50 0 0.26 0.77 0.14 39.88 0.71 0.53
Hex DC A3 32 0 1A 4D E 28 47 35
Octal 334 243 62 0 32 115 16 50 107 65
Binary 11011100 10100011 110010 0 11010 1001101 1110 101000 1000111 110101

Color Harmonies of #DCA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA332

Black with #DCA332

Text Example


Text Example

White with #DCA332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA332; }

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

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

background-color css

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

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

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

border-color css

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

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

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