Html Css Color HEX #DCA63D Tulip Tree

📋 copy color: '#DCA63D'

red 220 ◦ green 166 ◦ blue 61

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

Shades of Tulip Tree #DCA63D

Tints of Tulip Tree #DCA63D

RGB

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

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

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

R = 49.22%
G = 37.14%
B = 13.65%

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

#DCA63D (or 0xDCA63D) is known color: Tulip Tree. HEX triplet: DC, A6 and 3D. RGB value is (220,166,61). Sum of RGB (Red+Green+Blue) = 220+166+61=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA63D is #2359C2. Grayscale: #AAAAAA. Windows color (decimal): -2316739 or 4040412. OLE color: 4040412.

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

Color convert

RGB 220 166 61 -
CMYK 0 0.25 0.72 0.14
HSL 39.62º 0.69% 0.55% -
HSV(B) 39.62º 0.72% 0.86% -
XYZ 43.99 42.83 10.36 -
YUV 170.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 220 166 61 0 0.25 0.72 0.14 39.62 0.69 0.55
Hex DC A6 3D 0 19 48 E 28 45 37
Octal 334 246 75 0 31 110 16 50 105 67
Binary 11011100 10100110 111101 0 11001 1001000 1110 101000 1000101 110111

Color Harmonies of #DCA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA63D

Black with #DCA63D

Text Example


Text Example

White with #DCA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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