Html Css Color HEX #DCA93D Tulip Tree

📋 copy color: '#DCA93D'

red 220 ◦ green 169 ◦ blue 61

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

Shades of Tulip Tree #DCA93D

Tints of Tulip Tree #DCA93D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.56%

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

R = 48.89%
G = 37.56%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCA93D (or 0xDCA93D) is known color: Tulip Tree. HEX triplet: DC, A9 and 3D. RGB value is (220,169,61). Sum of RGB (Red+Green+Blue) = 220+169+61=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA93D is #2356C2. Grayscale: #ACACAC. Windows color (decimal): -2315971 or 4041180. OLE color: 4041180.

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

Color convert

RGB 220 169 61 -
CMYK 0 0.23 0.72 0.14
HSL 40.75º 0.69% 0.55% -
HSV(B) 40.75º 0.72% 0.86% -
XYZ 44.55 43.93 10.55 -
YUV 171.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 220 169 61 0 0.23 0.72 0.14 40.75 0.69 0.55
Hex DC A9 3D 0 17 48 E 29 45 37
Octal 334 251 75 0 27 110 16 51 105 67
Binary 11011100 10101001 111101 0 10111 1001000 1110 101001 1000101 110111

Color Harmonies of #DCA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA93D

Black with #DCA93D

Text Example


Text Example

White with #DCA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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