Html Css Color HEX #DCBD63 Tacha

📋 copy color: '#DCBD63'

red 220 ◦ green 189 ◦ blue 99

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

Shades of Tacha #DCBD63

Tints of Tacha #DCBD63

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

 BLUE value IS 99 (39.06% from 255) = 19.49%

R = 43.31%
G = 37.2%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCBD63 (or 0xDCBD63) is known color: Tacha. HEX triplet: DC, BD and 63. RGB value is (220,189,99). Sum of RGB (Red+Green+Blue) = 220+189+99=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD63 is #23429C. Grayscale: #BCBCBC. Windows color (decimal): -2310813 or 6536668. OLE color: 6536668.

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

Color convert

RGB 220 189 99 -
CMYK 0 0.14 0.55 0.14
HSL 44.63º 0.63% 0.63% -
HSV(B) 44.63º 0.55% 0.86% -
XYZ 49.96 52.51 19.31 -
YUV 188.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 220 189 99 0 0.14 0.55 0.14 44.63 0.63 0.63
Hex DC BD 63 0 E 37 E 2D 3F 3F
Octal 334 275 143 0 16 67 16 55 77 77
Binary 11011100 10111101 1100011 0 1110 110111 1110 101101 111111 111111

Color Harmonies of #DCBD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD63

Black with #DCBD63

Text Example


Text Example

White with #DCBD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD63; }

 p { color: rgb(220,189,99); }

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

background-color css

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

 a { background-color: rgb(220,189,99); }

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

border-color css

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

 span { border-color: rgb(220,189,99); }

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