Html Css Color HEX #DCA63B Tulip Tree

📋 copy color: '#DCA63B'

red 220 ◦ green 166 ◦ blue 59

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

Shades of Tulip Tree #DCA63B

Tints of Tulip Tree #DCA63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 49.44%
G = 37.3%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCA63B (or 0xDCA63B) is known color: Tulip Tree. HEX triplet: DC, A6 and 3B. RGB value is (220,166,59). Sum of RGB (Red+Green+Blue) = 220+166+59=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA63B is #2359C4. Grayscale: #AAAAAA. Windows color (decimal): -2316741 or 3909340. OLE color: 3909340.

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

Color convert

RGB 220 166 59 -
CMYK 0 0.25 0.73 0.14
HSL 39.88º 0.7% 0.55% -
HSV(B) 39.88º 0.73% 0.86% -
XYZ 43.94 42.8 10.08 -
YUV 169.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 220 166 59 0 0.25 0.73 0.14 39.88 0.7 0.55
Hex DC A6 3B 0 19 49 E 28 46 37
Octal 334 246 73 0 31 111 16 50 106 67
Binary 11011100 10100110 111011 0 11001 1001001 1110 101000 1000110 110111

Color Harmonies of #DCA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA63B

Black with #DCA63B

Text Example


Text Example

White with #DCA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA63B; }

 p { color: rgb(220,166,59); }

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

background-color css

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

 a { background-color: rgb(220,166,59); }

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

border-color css

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

 span { border-color: rgb(220,166,59); }

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