Html Css Color HEX #DCAA3D Tulip Tree

📋 copy color: '#DCAA3D'

red 220 ◦ green 170 ◦ blue 61

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

Shades of Tulip Tree #DCAA3D

Tints of Tulip Tree #DCAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

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

R = 48.78%
G = 37.69%
B = 13.53%

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

#DCAA3D (or 0xDCAA3D) is known color: Tulip Tree. HEX triplet: DC, AA and 3D. RGB value is (220,170,61). Sum of RGB (Red+Green+Blue) = 220+170+61=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA3D is #2355C2. Grayscale: #ADADAD. Windows color (decimal): -2315715 or 4041436. OLE color: 4041436.

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

Color convert

RGB 220 170 61 -
CMYK 0 0.23 0.72 0.14
HSL 41.13º 0.69% 0.55% -
HSV(B) 41.13º 0.72% 0.86% -
XYZ 44.73 44.3 10.61 -
YUV 172.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 220 170 61 0 0.23 0.72 0.14 41.13 0.69 0.55
Hex DC AA 3D 0 17 48 E 29 45 37
Octal 334 252 75 0 27 110 16 51 105 67
Binary 11011100 10101010 111101 0 10111 1001000 1110 101001 1000101 110111

Color Harmonies of #DCAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA3D

Black with #DCAA3D

Text Example


Text Example

White with #DCAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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