Html Css Color HEX #DCAD42 Tulip Tree

📋 copy color: '#DCAD42'

red 220 ◦ green 173 ◦ blue 66

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

Shades of Tulip Tree #DCAD42

Tints of Tulip Tree #DCAD42

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.69%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 47.93%
G = 37.69%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCAD42 (or 0xDCAD42) is known color: Tulip Tree. HEX triplet: DC, AD and 42. RGB value is (220,173,66). Sum of RGB (Red+Green+Blue) = 220+173+66=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD42 is #2352BD. Grayscale: #AFAFAF. Windows color (decimal): -2314942 or 4369884. OLE color: 4369884.

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

Color convert

RGB 220 173 66 -
CMYK 0 0.21 0.7 0.14
HSL 41.69º 0.69% 0.56% -
HSV(B) 41.69º 0.7% 0.86% -
XYZ 45.44 45.5 11.54 -
YUV 174.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 220 173 66 0 0.21 0.7 0.14 41.69 0.69 0.56
Hex DC AD 42 0 15 46 E 2A 45 38
Octal 334 255 102 0 25 106 16 52 105 70
Binary 11011100 10101101 1000010 0 10101 1000110 1110 101010 1000101 111000

Color Harmonies of #DCAD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD42

Black with #DCAD42

Text Example


Text Example

White with #DCAD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD42; }

 p { color: rgb(220,173,66); }

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

background-color css

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

 a { background-color: rgb(220,173,66); }

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

border-color css

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

 span { border-color: rgb(220,173,66); }

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